public interface PluginRelocatorManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| 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.
|
PluginRelocator getPluginRelocator(java.lang.String pluginRelocatorId) throws NoSuchPluginRelocatorException
pluginRelocatorId - The role-hint for the plexus componentNoSuchPluginRelocatorException - If the named plugin relocator can not be foundjava.util.Collection getPluginRelocators()
Collection of PluginRelocator objectsCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.