Uses of Class
org.apache.maven.mercury.metadata.MetadataTreeException

Packages that use MetadataTreeException
org.apache.maven.mercury.metadata   
 

Uses of MetadataTreeException in org.apache.maven.mercury.metadata
 

Subclasses of MetadataTreeException in org.apache.maven.mercury.metadata
 class MetadataTreeCircularDependencyException
           
 

Methods in org.apache.maven.mercury.metadata that throw MetadataTreeException
 MetadataTreeNode DependencyBuilder.buildTree(ArtifactBasicMetadata startMD, ArtifactScopeEnum scope)
          build the tree, using the repositories specified in the constructor
 java.util.List<ArtifactMetadata> DependencyBuilder.resolveConflicts(MetadataTreeNode root)
          hard to believe, but this actually resolves the conflicts, removing all duplicate GAVs from the tree
 MetadataTreeNode DependencyBuilder.resolveConflictsAsTree(MetadataTreeNode root)
          this one resolves the conflicts, removing all duplicate GAVs from the tree and returning a copy of the resulting subtree - original tree should be intact
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.