|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyRequest | |
---|---|
org.sonatype.aether | |
org.sonatype.aether.impl.internal | |
org.sonatype.aether.resolution |
Uses of DependencyRequest in org.sonatype.aether |
---|
Methods in org.sonatype.aether with parameters of type DependencyRequest | |
---|---|
DependencyResult |
RepositorySystem.resolveDependencies(RepositorySystemSession session,
DependencyRequest request)
Collects and resolves the transitive dependencies of an artifact. |
Uses of DependencyRequest in org.sonatype.aether.impl.internal |
---|
Methods in org.sonatype.aether.impl.internal with parameters of type DependencyRequest | |
---|---|
DependencyResult |
DefaultRepositorySystem.resolveDependencies(RepositorySystemSession session,
DependencyRequest request)
|
Uses of DependencyRequest in org.sonatype.aether.resolution |
---|
Methods in org.sonatype.aether.resolution that return DependencyRequest | |
---|---|
DependencyRequest |
DependencyResult.getRequest()
Gets the resolution request that was made. |
DependencyRequest |
DependencyRequest.setCollectRequest(CollectRequest collectRequest)
Sets the collect request used to calculate the dependency graph whose artifacts should be resolved. |
DependencyRequest |
DependencyRequest.setFilter(DependencyFilter filter)
Sets the resolution filter used to select which artifacts of the dependency graph should be resolved. |
DependencyRequest |
DependencyRequest.setRoot(DependencyNode root)
Sets the root node of the dependency graph whose artifacts should be resolved. |
DependencyRequest |
DependencyRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued. |
Constructors in org.sonatype.aether.resolution with parameters of type DependencyRequest | |
---|---|
DependencyResult(DependencyRequest request)
Creates a new result for the specified request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |