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(java.lang.String pluginRelocatorId)
Get a named plugin relocator.
|
java.util.Collection |
getPluginRelocators()
Get all available plugin relocators.
|
public PluginRelocator getPluginRelocator(java.lang.String pluginRelocatorId) throws NoSuchPluginRelocatorException
PluginRelocatorManagergetPluginRelocator in interface PluginRelocatorManagerpluginRelocatorId - The role-hint for the plexus componentNoSuchPluginRelocatorException - If the named plugin relocator can not be foundpublic java.util.Collection getPluginRelocators()
PluginRelocatorManagergetPluginRelocators in interface PluginRelocatorManagerCollection of PluginRelocator objectsCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.