org.apache.maven.repository.legacy.resolver.conflict
Class DefaultConflictResolverFactory
java.lang.Object
org.apache.maven.repository.legacy.resolver.conflict.DefaultConflictResolverFactory
- All Implemented Interfaces:
- ConflictResolverFactory, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
@Component(role=ConflictResolverFactory.class)
public class DefaultConflictResolverFactory
- extends Object
- implements ConflictResolverFactory, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
A conflict resolver factory that obtains instances from a plexus container.
- Since:
- 3.0
- Author:
- Mark Hobson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConflictResolverFactory
public DefaultConflictResolverFactory()
getConflictResolver
public ConflictResolver getConflictResolver(String type)
throws ConflictResolverNotFoundException
- Description copied from interface:
ConflictResolverFactory
- Gets a conflict resolver of the specified type.
- Specified by:
getConflictResolver
in interface ConflictResolverFactory
- Parameters:
type
- the type of conflict resolver to obtain
- Returns:
- the conflict resolver
- Throws:
ConflictResolverNotFoundException
- if the specified type was not found
contextualize
public void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
- Specified by:
contextualize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Throws:
org.codehaus.plexus.context.ContextException
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.