org.apache.maven.repository.metadata
Class MetadataResolutionResult
java.lang.Object
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(org.codehaus.plexus.PlexusContainer plexus)
throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
- Throws:
org.codehaus.plexus.component.repository.exception.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-2013 The Apache Software Foundation. All Rights Reserved.