org.apache.maven.repository.legacy.resolver.conflict
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:
 ConflictResolver
| 
Field Summary | 
static String | 
ROLE
 
          The plexus role for this component. | 
 
 
ROLE
static final String ROLE
- The plexus role for this component.
 
getConflictResolver
ConflictResolver getConflictResolver(String type)
                                     throws ConflictResolverNotFoundException
- 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
 
 
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.