|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Dependency in org.sonatype.aether.collection |
---|
Methods in org.sonatype.aether.collection that return Dependency | |
---|---|
Dependency |
DependencyCollectionContext.getDependency()
Gets the dependency whose children are to be processed next during dependency collection. |
Dependency |
CollectRequest.getRoot()
Gets the root dependency of the graph. |
Methods in org.sonatype.aether.collection that return types with arguments of type Dependency | |
---|---|
java.util.List<Dependency> |
CollectRequest.getDependencies()
Gets the direct dependencies. |
java.util.List<Dependency> |
DependencyCollectionContext.getManagedDependencies()
Gets the dependency management information that was contributed by the artifact descriptor of the current dependency. |
java.util.List<Dependency> |
CollectRequest.getManagedDependencies()
Gets the dependency management to apply to transitive dependencies. |
Methods in org.sonatype.aether.collection with parameters of type Dependency | |
---|---|
CollectRequest |
CollectRequest.addDependency(Dependency dependency)
Adds the specified direct dependency. |
CollectRequest |
CollectRequest.addManagedDependency(Dependency managedDependency)
Adds the specified managed dependency. |
DependencyManagement |
DependencyManager.manageDependency(Dependency dependency)
Applies dependency management to the specified dependency. |
boolean |
DependencySelector.selectDependency(Dependency dependency)
Applies exclusions to the specified dependency. |
CollectRequest |
CollectRequest.setRoot(Dependency root)
Sets the root dependency of the graph. |
boolean |
DependencyTraverser.traverseDependency(Dependency dependency)
Decides whether the dependencies of the specified dependency should be traversed. |
Method parameters in org.sonatype.aether.collection with type arguments of type Dependency | |
---|---|
CollectRequest |
CollectRequest.setDependencies(java.util.List<Dependency> dependencies)
Sets the direct dependencies. |
CollectRequest |
CollectRequest.setManagedDependencies(java.util.List<Dependency> managedDependencies)
Sets the dependency management to apply to transitive dependencies. |
Constructors in org.sonatype.aether.collection with parameters of type Dependency | |
---|---|
CollectRequest(Dependency root,
java.util.List<Dependency> dependencies,
java.util.List<RemoteRepository> repositories)
Creates a new request with the specified properties. |
|
CollectRequest(Dependency root,
java.util.List<RemoteRepository> repositories)
Creates a request with the specified properties. |
Constructor parameters in org.sonatype.aether.collection with type arguments of type Dependency | |
---|---|
CollectRequest(Dependency root,
java.util.List<Dependency> dependencies,
java.util.List<RemoteRepository> repositories)
Creates a new request with the specified properties. |
|
CollectRequest(java.util.List<Dependency> dependencies,
java.util.List<Dependency> managedDependencies,
java.util.List<RemoteRepository> repositories)
Creates a new request with the specified properties. |
|
CollectRequest(java.util.List<Dependency> dependencies,
java.util.List<Dependency> managedDependencies,
java.util.List<RemoteRepository> repositories)
Creates a new request with the specified properties. |
Uses of Dependency in org.sonatype.aether.graph |
---|
Methods in org.sonatype.aether.graph that return Dependency | |
---|---|
Dependency |
DependencyNode.getDependency()
Gets the dependency associated with this node. |
Dependency |
Dependency.setArtifact(Artifact artifact)
Sets the artifact being depended on. |
Dependency |
Dependency.setExclusions(java.util.Collection<Exclusion> exclusions)
Sets the exclusions for the dependency. |
Dependency |
Dependency.setOptional(boolean optional)
Sets the optional flag for the dependency. |
Dependency |
Dependency.setScope(java.lang.String scope)
Sets the scope of the dependency, e.g. |
Uses of Dependency in org.sonatype.aether.resolution |
---|
Methods in org.sonatype.aether.resolution that return types with arguments of type Dependency | |
---|---|
java.util.List<Dependency> |
ArtifactDescriptorResult.getDependencies()
Gets the list of direct dependencies of the artifact. |
java.util.List<Dependency> |
ArtifactDescriptorResult.getManagedDependencies()
Gets the dependency management information. |
Methods in org.sonatype.aether.resolution with parameters of type Dependency | |
---|---|
ArtifactDescriptorResult |
ArtifactDescriptorResult.addDependency(Dependency dependency)
Adds the specified direct dependency. |
ArtifactDescriptorResult |
ArtifactDescriptorResult.addManagedDependency(Dependency dependency)
Adds the specified managed dependency. |
Method parameters in org.sonatype.aether.resolution with type arguments of type Dependency | |
---|---|
ArtifactDescriptorResult |
ArtifactDescriptorResult.setDependencies(java.util.List<Dependency> dependencies)
Sets the list of direct dependencies of the artifact. |
ArtifactDescriptorResult |
ArtifactDescriptorResult.setManagedDependencies(java.util.List<Dependency> dependencies)
Sets the dependency management information. |
Uses of Dependency in org.sonatype.aether.test.util |
---|
Methods in org.sonatype.aether.test.util that return types with arguments of type Dependency | |
---|---|
java.util.List<Dependency> |
ArtifactDescription.getDependencies()
|
java.util.List<Dependency> |
ArtifactDescription.getManagedDependencies()
|
Uses of Dependency in org.sonatype.aether.test.util.impl |
---|
Methods in org.sonatype.aether.test.util.impl that return Dependency | |
---|---|
Dependency |
TestDependencyNode.getDependency()
|
Methods in org.sonatype.aether.test.util.impl with parameters of type Dependency | |
---|---|
void |
TestDependencyNode.setDependency(Dependency dependency)
|
Constructors in org.sonatype.aether.test.util.impl with parameters of type Dependency | |
---|---|
TestDependencyNode(Dependency dependency)
Creates a new root node with the specified dependency. |
Uses of Dependency in org.sonatype.aether.util.graph |
---|
Methods in org.sonatype.aether.util.graph that return Dependency | |
---|---|
Dependency |
DefaultDependencyNode.getDependency()
|
Methods in org.sonatype.aether.util.graph that return types with arguments of type Dependency | |
---|---|
java.util.List<Dependency> |
PreorderNodeListGenerator.getDependencies(boolean includeUnresolved)
Gets the dependencies seen during the graph traversal. |
Methods in org.sonatype.aether.util.graph with parameters of type Dependency | |
---|---|
void |
DefaultDependencyNode.setDependency(Dependency dependency)
|
Constructors in org.sonatype.aether.util.graph with parameters of type Dependency | |
---|---|
DefaultDependencyNode(Dependency dependency)
Creates a new root node with the specified dependency. |
Uses of Dependency in org.sonatype.aether.util.graph.manager |
---|
Methods in org.sonatype.aether.util.graph.manager with parameters of type Dependency | |
---|---|
DependencyManagement |
NoopDependencyManager.manageDependency(Dependency dependency)
|
DependencyManagement |
ClassicDependencyManager.manageDependency(Dependency dependency)
|
Uses of Dependency in org.sonatype.aether.util.graph.selector |
---|
Methods in org.sonatype.aether.util.graph.selector with parameters of type Dependency | |
---|---|
boolean |
ExclusionDependencySelector.selectDependency(Dependency dependency)
|
boolean |
OptionalDependencySelector.selectDependency(Dependency dependency)
|
boolean |
ScopeDependencySelector.selectDependency(Dependency dependency)
|
boolean |
StaticDependencySelector.selectDependency(Dependency dependency)
|
boolean |
AndDependencySelector.selectDependency(Dependency dependency)
|
Uses of Dependency in org.sonatype.aether.util.graph.traverser |
---|
Methods in org.sonatype.aether.util.graph.traverser with parameters of type Dependency | |
---|---|
boolean |
FatArtifactTraverser.traverseDependency(Dependency dependency)
|
boolean |
StaticDependencyTraverser.traverseDependency(Dependency dependency)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |