public interface PluginRelocatorManager
Modifier and Type | Method and Description |
---|---|
PluginRelocator |
getPluginRelocator(String pluginRelocatorId)
Get a named plugin relocator.
|
Collection |
getPluginRelocators()
Get all available plugin relocators.
|
static final String ROLE
PluginRelocator getPluginRelocator(String pluginRelocatorId) throws NoSuchPluginRelocatorException
pluginRelocatorId
- The role-hint for the plexus componentNoSuchPluginRelocatorException
- If the named plugin relocator can not be foundCollection getPluginRelocators()
Collection
of PluginRelocator
objectsCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.