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
PluginRelocatorManager
getPluginRelocator
in interface PluginRelocatorManager
pluginRelocatorId
- The role-hint for the plexus componentNoSuchPluginRelocatorException
- If the named plugin relocator can not be foundpublic Collection getPluginRelocators()
PluginRelocatorManager
getPluginRelocators
in interface PluginRelocatorManager
Collection
of PluginRelocator
objectsCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.