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 Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptiongetConflictResolver(String type) Gets a conflict resolver of the specified type. 
- 
Field Details
- 
ROLE
The plexus role for this component. 
 - 
 - 
Method Details
- 
getConflictResolver
Gets 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
 
 -