org.apache.maven.repository.metadata
Class MetadataResolutionResult
java.lang.Object
   org.apache.maven.repository.metadata.MetadataResolutionResult
org.apache.maven.repository.metadata.MetadataResolutionResult
- public class MetadataResolutionResult 
- extends Object
This object is tinted with ClasspathTransformation and GraphConflictResolver.
 Get rid of them after debugging
- Author:
- Oleg Gusakov
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MetadataResolutionResult
public MetadataResolutionResult()
MetadataResolutionResult
public MetadataResolutionResult(MetadataTreeNode root)
getTree
public MetadataTreeNode getTree()
- 
 
setTree
public void setTree(MetadataTreeNode root)
- 
 
initTreeProcessing
public void initTreeProcessing(PlexusContainer plexus)
                        throws ComponentLookupException
- 
- Throws:
- ComponentLookupException
 
getGraph
public MetadataGraph getGraph()
                       throws MetadataResolutionException
- 
- Throws:
- MetadataResolutionException
 
getGraph
public MetadataGraph getGraph(ArtifactScopeEnum scope)
                       throws MetadataResolutionException,
                              GraphConflictResolutionException
- 
- Throws:
- MetadataResolutionException
- GraphConflictResolutionException
 
getGraph
public MetadataGraph getGraph(MetadataResolutionRequestTypeEnum requestType)
                       throws MetadataResolutionException,
                              GraphConflictResolutionException
- 
- Throws:
- MetadataResolutionException
- GraphConflictResolutionException
 
getClasspath
public ClasspathContainer getClasspath(ArtifactScopeEnum scope)
                                throws MetadataGraphTransformationException,
                                       MetadataResolutionException
- 
- Throws:
- MetadataGraphTransformationException
- MetadataResolutionException
 
getClasspathTree
public MetadataTreeNode getClasspathTree(ArtifactScopeEnum scope)
                                  throws MetadataGraphTransformationException,
                                         MetadataResolutionException
- 
- Throws:
- MetadataGraphTransformationException
- MetadataResolutionException
 
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.