Uses of Class
org.eclipse.aether.graph.Dependency
-
Packages that use Dependency Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.graph The representation of a dependency graph by means of connected dependency nodes.org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.util.graph.manager Various dependency managers for building a dependency graph.org.eclipse.aether.util.graph.selector Various dependency selectors for building a dependency graph.org.eclipse.aether.util.graph.transformer Various dependency graph transformers for post-processing a dependency graph.org.eclipse.aether.util.graph.traverser Various dependency traversers for building a dependency graph.org.eclipse.aether.util.graph.visitor Various dependency visitors for inspecting a dependency graph. -
-
Uses of Dependency in org.eclipse.aether.collection
Fields in org.eclipse.aether.collection declared as Dependency Modifier and Type Field Description private DependencyCollectRequest. rootFields in org.eclipse.aether.collection with type parameters of type Dependency Modifier and Type Field Description private java.util.List<Dependency>CollectRequest. dependenciesprivate java.util.List<Dependency>CollectRequest. managedDependenciesMethods in org.eclipse.aether.collection that return Dependency Modifier and Type Method Description DependencyDependencyCollectionContext. getDependency()Gets the dependency whose children are to be processed next during dependency collection.DependencyVersionFilter.VersionFilterContext. getDependency()Gets the dependency whose version range is being filtered.DependencyCollectRequest. getRoot()Gets the root dependency of the graph.Methods in org.eclipse.aether.collection that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>CollectRequest. getDependencies()Gets the direct dependencies.java.util.List<Dependency>CollectRequest. getManagedDependencies()Gets the dependency management to apply to transitive dependencies.java.util.List<Dependency>DependencyCollectionContext. getManagedDependencies()Gets the dependency management information that was contributed by the artifact descriptor of the current dependency.Methods in org.eclipse.aether.collection with parameters of type Dependency Modifier and Type Method Description CollectRequestCollectRequest. addDependency(Dependency dependency)Adds the specified direct dependency.CollectRequestCollectRequest. addManagedDependency(Dependency managedDependency)Adds the specified managed dependency.DependencyManagementDependencyManager. manageDependency(Dependency dependency)Applies dependency management to the specified dependency.booleanDependencySelector. selectDependency(Dependency dependency)Decides whether the specified dependency should be included in the dependency graph.CollectRequestCollectRequest. setRoot(Dependency root)Sets the root dependency of the graph.booleanDependencyTraverser. traverseDependency(Dependency dependency)Decides whether the dependencies of the specified dependency should be traversed.Method parameters in org.eclipse.aether.collection with type arguments of type Dependency Modifier and Type Method Description CollectRequestCollectRequest. setDependencies(java.util.List<Dependency> dependencies)Sets the direct dependencies.CollectRequestCollectRequest. setManagedDependencies(java.util.List<Dependency> managedDependencies)Sets the dependency management to apply to transitive dependencies.Constructors in org.eclipse.aether.collection with parameters of type Dependency Constructor Description 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.eclipse.aether.collection with type arguments of type Dependency Constructor Description 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(Dependency root, java.util.List<Dependency> dependencies, java.util.List<RemoteRepository> repositories)Creates a new request with the specified properties. -
Uses of Dependency in org.eclipse.aether.graph
Fields in org.eclipse.aether.graph declared as Dependency Modifier and Type Field Description private DependencyDefaultDependencyNode. dependencyMethods in org.eclipse.aether.graph that return Dependency Modifier and Type Method Description DependencyDefaultDependencyNode. getDependency()DependencyDependencyNode. getDependency()Gets the dependency associated with this node.DependencyDependency. setArtifact(Artifact artifact)Sets the artifact being depended on.DependencyDependency. setExclusions(java.util.Collection<Exclusion> exclusions)Sets the exclusions for the dependency.DependencyDependency. setOptional(java.lang.Boolean optional)Sets the optional flag for the dependency.DependencyDependency. setScope(java.lang.String scope)Sets the scope of the dependency, e.g.Methods in org.eclipse.aether.graph that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>DependencyCycle. getCyclicDependencies()Gets the dependencies that actually form the cycle.java.util.List<Dependency>DependencyCycle. getPrecedingDependencies()Gets the dependencies that lead to the first dependency on the cycle, starting from the root of the dependency graph.Constructors in org.eclipse.aether.graph with parameters of type Dependency Constructor Description DefaultDependencyNode(Dependency dependency)Creates a new node with the specified dependency. -
Uses of Dependency in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as Dependency Modifier and Type Field Description private DependencyDefaultDependencyCollectionContext. dependencyprivate DependencyDefaultVersionFilterContext. dependency(package private) DependencyDefaultDependencyCollector.PremanagedDependency. managedDependencyFields in org.eclipse.aether.internal.impl.collect with type parameters of type Dependency Modifier and Type Field Description private ObjectPool<Dependency>DataPool. dependencies(package private) java.util.List<Dependency>DataPool.GoodDescriptor. dependenciesprivate java.util.List<Dependency>DefaultDependencyCycle. dependencies(package private) java.util.List<Dependency>DataPool.GoodDescriptor. managedDependenciesprivate java.util.List<Dependency>DefaultDependencyCollectionContext. managedDependenciesMethods in org.eclipse.aether.internal.impl.collect that return Dependency Modifier and Type Method Description DependencyDefaultDependencyCollectionContext. getDependency()DependencyDefaultVersionFilterContext. getDependency()DependencyDataPool. intern(Dependency dependency)Methods in org.eclipse.aether.internal.impl.collect that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>DefaultDependencyCycle. getCyclicDependencies()java.util.List<Dependency>DefaultDependencyCollectionContext. getManagedDependencies()java.util.List<Dependency>DefaultDependencyCycle. getPrecedingDependencies()private java.util.List<Dependency>DefaultDependencyCollector. mergeDeps(java.util.List<Dependency> dominant, java.util.List<Dependency> recessive)Methods in org.eclipse.aether.internal.impl.collect with parameters of type Dependency Modifier and Type Method Description voidDefaultDependencyCollector.Results. addCycle(NodeStack nodes, int cycleEntry, Dependency dependency)voidDefaultDependencyCollector.Results. addException(Dependency dependency, java.lang.Exception e, NodeStack nodes)(package private) static DefaultDependencyCollector.PremanagedDependencyDefaultDependencyCollector.PremanagedDependency. create(DependencyManager depManager, Dependency dependency, boolean disableVersionManagement, boolean premanagedState)private static ArtifactDescriptorRequestDefaultDependencyCollector. createArtifactDescriptorRequest(DefaultDependencyCollector.Args args, java.util.List<RemoteRepository> repositories, Dependency d)private static DefaultDependencyNodeDefaultDependencyCollector. createDependencyNode(java.util.List<Artifact> relocations, DefaultDependencyCollector.PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, java.util.Collection<Artifact> aliases, java.util.List<RemoteRepository> repos, java.lang.String requestContext)private static DefaultDependencyNodeDefaultDependencyCollector. createDependencyNode(java.util.List<Artifact> relocations, DefaultDependencyCollector.PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, ArtifactDescriptorResult descriptorResult, DependencyNode cycleNode)private static VersionRangeRequestDefaultDependencyCollector. createVersionRangeRequest(DefaultDependencyCollector.Args args, java.util.List<RemoteRepository> repositories, Dependency dependency)private voidDefaultDependencyCollector. doRecurse(DefaultDependencyCollector.Args args, DefaultDependencyCollector.Results results, java.util.List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency d, ArtifactDescriptorResult descriptorResult, DefaultDependencyNode child)private static java.util.List<? extends Version>DefaultDependencyCollector. filterVersions(Dependency dependency, VersionRangeResult rangeResult, VersionFilter verFilter, DefaultVersionFilterContext verContext)private ArtifactDescriptorResultDefaultDependencyCollector. getArtifactDescriptorResult(DefaultDependencyCollector.Args args, DefaultDependencyCollector.Results results, boolean noDescriptor, Dependency d, ArtifactDescriptorRequest descriptorRequest)DependencyDataPool. intern(Dependency dependency)private voidDefaultDependencyCollector. processDependency(DefaultDependencyCollector.Args args, DefaultDependencyCollector.Results results, java.util.List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency dependency)private voidDefaultDependencyCollector. processDependency(DefaultDependencyCollector.Args args, DefaultDependencyCollector.Results results, java.util.List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency dependency, java.util.List<Artifact> relocations, boolean disableVersionManagement)private ArtifactDescriptorResultDefaultDependencyCollector. resolveCachedArtifactDescriptor(DataPool pool, ArtifactDescriptorRequest descriptorRequest, RepositorySystemSession session, Dependency d, DefaultDependencyCollector.Results results, DefaultDependencyCollector.Args args)voidDefaultDependencyCollectionContext. set(Dependency dependency, java.util.List<Dependency> managedDependencies)voidDefaultVersionFilterContext. set(Dependency dependency, VersionRangeResult result)Method parameters in org.eclipse.aether.internal.impl.collect with type arguments of type Dependency Modifier and Type Method Description private java.util.List<Dependency>DefaultDependencyCollector. mergeDeps(java.util.List<Dependency> dominant, java.util.List<Dependency> recessive)private voidDefaultDependencyCollector. process(DefaultDependencyCollector.Args args, DefaultDependencyCollector.Results results, java.util.List<Dependency> dependencies, java.util.List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter)voidDefaultDependencyCollectionContext. set(Dependency dependency, java.util.List<Dependency> managedDependencies)Constructors in org.eclipse.aether.internal.impl.collect with parameters of type Dependency Constructor Description DefaultDependencyCollectionContext(RepositorySystemSession session, Artifact artifact, Dependency dependency, java.util.List<Dependency> managedDependencies)DefaultDependencyCycle(NodeStack nodes, int cycleEntry, Dependency dependency)PremanagedDependency(java.lang.String premanagedVersion, java.lang.String premanagedScope, java.lang.Boolean premanagedOptional, java.util.Collection<Exclusion> premanagedExclusions, java.util.Map<java.lang.String,java.lang.String> premanagedProperties, int managedBits, Dependency managedDependency, boolean premanagedState)Constructor parameters in org.eclipse.aether.internal.impl.collect with type arguments of type Dependency Constructor Description DefaultDependencyCollectionContext(RepositorySystemSession session, Artifact artifact, Dependency dependency, java.util.List<Dependency> managedDependencies) -
Uses of Dependency in org.eclipse.aether.internal.test.util
Fields in org.eclipse.aether.internal.test.util declared as Dependency Modifier and Type Field Description private DependencyTestDependencyCollectionContext. dependencyprivate DependencyTestVersionFilterContext. dependencyFields in org.eclipse.aether.internal.test.util with type parameters of type Dependency Modifier and Type Field Description private java.util.List<Dependency>ArtifactDescription. dependenciesprivate java.util.List<Dependency>ArtifactDescription. managedDependenciesprivate java.util.List<Dependency>TestDependencyCollectionContext. managedDependenciesMethods in org.eclipse.aether.internal.test.util that return Dependency Modifier and Type Method Description DependencyTestDependencyCollectionContext. getDependency()DependencyTestVersionFilterContext. getDependency()Methods in org.eclipse.aether.internal.test.util that return types with arguments of type Dependency Modifier and Type Method Description private java.util.List<Dependency>IniArtifactDataReader. dependencies(java.util.List<java.lang.String> list, boolean managed)java.util.List<Dependency>ArtifactDescription. getDependencies()java.util.List<Dependency>ArtifactDescription. getManagedDependencies()java.util.List<Dependency>TestDependencyCollectionContext. getManagedDependencies()Methods in org.eclipse.aether.internal.test.util with parameters of type Dependency Modifier and Type Method Description static DependencyCollectionContextTestUtils. newCollectionContext(RepositorySystemSession session, Artifact artifact, Dependency dependency, java.util.List<Dependency> managedDependencies)Creates a new dependency collection context.static DependencyCollectionContextTestUtils. newCollectionContext(RepositorySystemSession session, Dependency dependency, java.util.List<Dependency> managedDependencies)Creates a new dependency collection context.Method parameters in org.eclipse.aether.internal.test.util with type arguments of type Dependency Modifier and Type Method Description static DependencyCollectionContextTestUtils. newCollectionContext(RepositorySystemSession session, Artifact artifact, Dependency dependency, java.util.List<Dependency> managedDependencies)Creates a new dependency collection context.static DependencyCollectionContextTestUtils. newCollectionContext(RepositorySystemSession session, Dependency dependency, java.util.List<Dependency> managedDependencies)Creates a new dependency collection context.Constructors in org.eclipse.aether.internal.test.util with parameters of type Dependency Constructor Description TestDependencyCollectionContext(RepositorySystemSession session, Artifact artifact, Dependency dependency, java.util.List<Dependency> managedDependencies)Constructor parameters in org.eclipse.aether.internal.test.util with type arguments of type Dependency Constructor Description ArtifactDescription(Artifact relocation, java.util.List<Dependency> dependencies, java.util.List<Dependency> managedDependencies, java.util.List<RemoteRepository> repositories)TestDependencyCollectionContext(RepositorySystemSession session, Artifact artifact, Dependency dependency, java.util.List<Dependency> managedDependencies) -
Uses of Dependency in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution with type parameters of type Dependency Modifier and Type Field Description private java.util.List<Dependency>ArtifactDescriptorResult. dependenciesprivate java.util.List<Dependency>ArtifactDescriptorResult. managedDependenciesMethods in org.eclipse.aether.resolution that return types with arguments of type Dependency Modifier and Type Method Description 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.eclipse.aether.resolution with parameters of type Dependency Modifier and Type Method Description ArtifactDescriptorResultArtifactDescriptorResult. addDependency(Dependency dependency)Adds the specified direct dependency.ArtifactDescriptorResultArtifactDescriptorResult. addManagedDependency(Dependency dependency)Adds the specified managed dependency.Method parameters in org.eclipse.aether.resolution with type arguments of type Dependency Modifier and Type Method Description ArtifactDescriptorResultArtifactDescriptorResult. setDependencies(java.util.List<Dependency> dependencies)Sets the list of direct dependencies of the artifact.ArtifactDescriptorResultArtifactDescriptorResult. setManagedDependencies(java.util.List<Dependency> dependencies)Sets the dependency management information. -
Uses of Dependency in org.eclipse.aether.util.graph.manager
Methods in org.eclipse.aether.util.graph.manager with parameters of type Dependency Modifier and Type Method Description DependencyManagementClassicDependencyManager. manageDependency(Dependency dependency)DependencyManagementDefaultDependencyManager. manageDependency(Dependency dependency)DependencyManagementNoopDependencyManager. manageDependency(Dependency dependency)DependencyManagementTransitiveDependencyManager. manageDependency(Dependency dependency) -
Uses of Dependency in org.eclipse.aether.util.graph.selector
Methods in org.eclipse.aether.util.graph.selector with parameters of type Dependency Modifier and Type Method Description booleanAndDependencySelector. selectDependency(Dependency dependency)booleanExclusionDependencySelector. selectDependency(Dependency dependency)booleanOptionalDependencySelector. selectDependency(Dependency dependency)booleanScopeDependencySelector. selectDependency(Dependency dependency)booleanStaticDependencySelector. selectDependency(Dependency dependency) -
Uses of Dependency in org.eclipse.aether.util.graph.transformer
Methods in org.eclipse.aether.util.graph.transformer that return Dependency Modifier and Type Method Description DependencyConflictResolver.ConflictItem. getDependency()Gets the dependency involved in the conflict, short forgetNode.getDependency().Methods in org.eclipse.aether.util.graph.transformer with parameters of type Dependency Modifier and Type Method Description private java.lang.StringConflictResolver.State. scope(Dependency dependency)private voidConflictResolver.State. scopes(int parent, Dependency child) -
Uses of Dependency in org.eclipse.aether.util.graph.traverser
Methods in org.eclipse.aether.util.graph.traverser with parameters of type Dependency Modifier and Type Method Description booleanAndDependencyTraverser. traverseDependency(Dependency dependency)booleanFatArtifactTraverser. traverseDependency(Dependency dependency)booleanStaticDependencyTraverser. traverseDependency(Dependency dependency) -
Uses of Dependency in org.eclipse.aether.util.graph.visitor
Methods in org.eclipse.aether.util.graph.visitor that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>AbstractDepthFirstNodeListGenerator. getDependencies(boolean includeUnresolved)Gets the dependencies seen during the graph traversal.
-