public interface ConflictResolverFactory
ConflictResolver
Modifier and Type | Field and Description |
---|---|
static String |
ROLE
The plexus role for this component.
|
Modifier and Type | Method and Description |
---|---|
ConflictResolver |
getConflictResolver(String type)
Gets a conflict resolver of the specified type.
|
ConflictResolver getConflictResolver(String type) throws ConflictResolverNotFoundException
type
- the type of conflict resolver to obtainConflictResolverNotFoundException
- if the specified type was not foundCopyright © 2001–2014 The Apache Software Foundation. All rights reserved.