Interface ConflictResolverFactory
- All Known Implementing Classes:
- DefaultConflictResolverFactory
Deprecated.
A factory that produces conflict resolvers of various types.
- Since:
- 3.0
- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiongetConflictResolver(String type) Deprecated.Gets a conflict resolver of the specified type.
- 
Field Details- 
ROLEDeprecated.The plexus role for this component.
 
- 
- 
Method Details- 
getConflictResolverDeprecated.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
 
 
-