Class MetadataResolutionResult
java.lang.Object
org.apache.maven.repository.metadata.MetadataResolutionResult
Deprecated.
This object is tinted with ClasspathTransformation and GraphConflictResolver.
Get rid of them after debugging
-
Constructor Summary
ConstructorDescriptionDeprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetClasspath
(ArtifactScopeEnum scope) Deprecated.Deprecated.getGraph()
Deprecated.getGraph
(ArtifactScopeEnum scope) Deprecated.getGraph
(MetadataResolutionRequestTypeEnum requestType) Deprecated.getTree()
Deprecated.void
initTreeProcessing
(org.codehaus.plexus.PlexusContainer plexus) Deprecated.void
setTree
(MetadataTreeNode root) Deprecated.
-
Constructor Details
-
MetadataResolutionResult
public MetadataResolutionResult()Deprecated. -
MetadataResolutionResult
Deprecated.
-
-
Method Details
-
getTree
Deprecated. -
setTree
Deprecated. -
initTreeProcessing
public void initTreeProcessing(org.codehaus.plexus.PlexusContainer plexus) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException Deprecated.- Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException
-
getGraph
Deprecated.- Throws:
MetadataResolutionException
-
getGraph
public MetadataGraph getGraph(ArtifactScopeEnum scope) throws MetadataResolutionException, GraphConflictResolutionException Deprecated. -
getGraph
public MetadataGraph getGraph(MetadataResolutionRequestTypeEnum requestType) throws MetadataResolutionException, GraphConflictResolutionException Deprecated. -
getClasspath
public ClasspathContainer getClasspath(ArtifactScopeEnum scope) throws MetadataGraphTransformationException, MetadataResolutionException Deprecated. -
getClasspathTree
public MetadataTreeNode getClasspathTree(ArtifactScopeEnum scope) throws MetadataGraphTransformationException, MetadataResolutionException Deprecated.
-