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