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

Packages that use DependencyGraphTransformationContext
org.sonatype.aether.collection   
org.sonatype.aether.util.graph.transformer   
 

Uses of DependencyGraphTransformationContext in org.sonatype.aether.collection
 

Methods in org.sonatype.aether.collection with parameters of type DependencyGraphTransformationContext
 DependencyNode DependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
          Transforms the dependency graph denoted by the specified root node.
 

Uses of DependencyGraphTransformationContext in org.sonatype.aether.util.graph.transformer
 

Methods in org.sonatype.aether.util.graph.transformer with parameters of type DependencyGraphTransformationContext
 DependencyNode JavaDependencyContextRefiner.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode ChainedDependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode NearestVersionConflictResolver.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode NoopDependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode JavaEffectiveScopeCalculator.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode ConflictMarker.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
          After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.
 DependencyNode ConflictIdSorter.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 



Copyright © 2010-2013. All Rights Reserved.