DefaultConflictResolverFactorypublic interface ConflictResolverFactory
ConflictResolver| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ROLE |
The plexus role for this component.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConflictResolver |
getConflictResolver(java.lang.String type) |
Gets a conflict resolver of the specified type.
|
ConflictResolver getConflictResolver(java.lang.String type) throws ConflictResolverNotFoundException
type - the type of conflict resolver to obtainConflictResolverNotFoundException - if the specified type was not found