public class DefaultPluginRelocatorManager extends org.codehaus.plexus.logging.AbstractLogEnabled implements PluginRelocatorManager
PluginRelocatorManager interface.ROLE| Constructor and Description |
|---|
DefaultPluginRelocatorManager() |
| Modifier and Type | Method and Description |
|---|---|
PluginRelocator |
getPluginRelocator(String pluginRelocatorId)
Get a named plugin relocator.
|
Collection |
getPluginRelocators()
Get all available plugin relocators.
|
public PluginRelocator getPluginRelocator(String pluginRelocatorId) throws NoSuchPluginRelocatorException
PluginRelocatorManagergetPluginRelocator in interface PluginRelocatorManagerpluginRelocatorId - The role-hint for the plexus componentNoSuchPluginRelocatorException - If the named plugin relocator can not be foundpublic Collection getPluginRelocators()
PluginRelocatorManagergetPluginRelocators in interface PluginRelocatorManagerCollection of PluginRelocator objectsCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.