|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.repository.legacy.resolver.conflict.DefaultConflictResolverFactory
@Component(role=ConflictResolverFactory.class) public class DefaultConflictResolverFactory
A conflict resolver factory that obtains instances from a plexus container.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverFactory |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DefaultConflictResolverFactory()
|
|
| Method Summary | |
|---|---|
void |
contextualize(org.codehaus.plexus.context.Context context)
|
ConflictResolver |
getConflictResolver(java.lang.String type)
Gets a conflict resolver of the specified type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConflictResolverFactory()
| Method Detail |
|---|
public ConflictResolver getConflictResolver(java.lang.String type)
throws ConflictResolverNotFoundException
ConflictResolverFactory
getConflictResolver in interface ConflictResolverFactorytype - the type of conflict resolver to obtain
ConflictResolverNotFoundException - if the specified type was not found
public void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizableorg.codehaus.plexus.context.ContextException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||