org.apache.maven.repository.metadata
Class DefaultGraphConflictResolver
java.lang.Object
org.apache.maven.repository.metadata.DefaultGraphConflictResolver
- All Implemented Interfaces:
- GraphConflictResolver
@Component(role=GraphConflictResolver.class)
public class DefaultGraphConflictResolver
- extends Object
- implements GraphConflictResolver
Default conflict resolver.Implements closer newer first policy by default, but could be configured via plexus
- Author:
- Oleg Gusakov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
policy
@Requirement(role=GraphConflictResolutionPolicy.class)
protected GraphConflictResolutionPolicy policy
- artifact, closer to the entry point, is selected
DefaultGraphConflictResolver
public DefaultGraphConflictResolver()
resolveConflicts
public MetadataGraph resolveConflicts(MetadataGraph graph,
ArtifactScopeEnum scope)
throws GraphConflictResolutionException
- Description copied from interface:
GraphConflictResolver
- Cleanses the supplied graph by leaving only one directed versioned edge\
between any two nodes, if multiple exists. Uses scope relationships, defined
in
ArtifactScopeEnum
- Specified by:
resolveConflicts
in interface GraphConflictResolver
- Parameters:
graph
- the "dirty" graph to be simplified via conflict resolutionscope
- scope for which the graph should be resolved
- Returns:
- resulting "clean" graph for the specified scope
- Throws:
GraphConflictResolutionException
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.