org.apache.maven.model.converter.relocators
Interface PluginRelocatorManager

All Known Implementing Classes:
DefaultPluginRelocatorManager

public interface PluginRelocatorManager

A manager for plugin relocators.

Version:
$Id: PluginRelocatorManager.java 516806 2007-03-10 23:10:30Z dennisl $
Author:
Dennis Lundberg

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 PluginRelocator getPluginRelocator(java.lang.String pluginRelocatorId)
          Get a named plugin relocator.
 java.util.Collection getPluginRelocators()
          Get all available plugin relocators.
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

getPluginRelocator

PluginRelocator getPluginRelocator(java.lang.String pluginRelocatorId)
                                   throws NoSuchPluginRelocatorException
Get a named plugin relocator.

Parameters:
pluginRelocatorId - The role-hint for the plexus component
Returns:
The named plugin relocator
Throws:
NoSuchPluginRelocatorException - If the named plugin relocator can not be found

getPluginRelocators

java.util.Collection getPluginRelocators()
Get all available plugin relocators.

Returns:
A Collection of PluginRelocator objects


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.