Uses of Interface
org.sonatype.aether.collection.DependencyCollectionContext

Packages that use DependencyCollectionContext
org.sonatype.aether.collection   
org.sonatype.aether.util.graph.manager   
org.sonatype.aether.util.graph.selector   
org.sonatype.aether.util.graph.traverser   
 

Uses of DependencyCollectionContext in org.sonatype.aether.collection
 

Methods in org.sonatype.aether.collection with parameters of type DependencyCollectionContext
 DependencyManager DependencyManager.deriveChildManager(DependencyCollectionContext context)
          Derives a dependency manager for the specified collection context.
 DependencySelector DependencySelector.deriveChildSelector(DependencyCollectionContext context)
          Derives a dependency selector for the specified collection context.
 DependencyTraverser DependencyTraverser.deriveChildTraverser(DependencyCollectionContext context)
          Derives a dependency traverser that will be used to decide whether the transitive dependencies of the dependency given in the collection context shall be traversed.
 

Uses of DependencyCollectionContext in org.sonatype.aether.util.graph.manager
 

Methods in org.sonatype.aether.util.graph.manager with parameters of type DependencyCollectionContext
 DependencyManager NoopDependencyManager.deriveChildManager(DependencyCollectionContext context)
           
 DependencyManager ClassicDependencyManager.deriveChildManager(DependencyCollectionContext context)
           
 

Uses of DependencyCollectionContext in org.sonatype.aether.util.graph.selector
 

Methods in org.sonatype.aether.util.graph.selector with parameters of type DependencyCollectionContext
 DependencySelector ScopeDependencySelector.deriveChildSelector(DependencyCollectionContext context)
           
 DependencySelector ExclusionDependencySelector.deriveChildSelector(DependencyCollectionContext context)
           
 DependencySelector AndDependencySelector.deriveChildSelector(DependencyCollectionContext context)
           
 DependencySelector StaticDependencySelector.deriveChildSelector(DependencyCollectionContext context)
           
 DependencySelector OptionalDependencySelector.deriveChildSelector(DependencyCollectionContext context)
           
 

Uses of DependencyCollectionContext in org.sonatype.aether.util.graph.traverser
 

Methods in org.sonatype.aether.util.graph.traverser with parameters of type DependencyCollectionContext
 DependencyTraverser StaticDependencyTraverser.deriveChildTraverser(DependencyCollectionContext context)
           
 DependencyTraverser FatArtifactTraverser.deriveChildTraverser(DependencyCollectionContext context)
           
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.