Interface ConflictResolverFactory
- All Known Implementing Classes:
- DefaultConflictResolverFactory
public interface ConflictResolverFactory
A factory that produces conflict resolvers of various types.
- Since:
- 3.0
- Author:
- Mark Hobson
- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiongetConflictResolver(String type) Gets a conflict resolver of the specified type.
- 
Field Details- 
ROLEThe plexus role for this component.
 
- 
- 
Method Details- 
getConflictResolverGets a conflict resolver of the specified type.- Parameters:
- type- the type of conflict resolver to obtain
- Returns:
- the conflict resolver
- Throws:
- ConflictResolverNotFoundException- if the specified type was not found
 
 
-