org.apache.maven.model.converter.relocators
Interface PluginRelocatorManager
- All Known Implementing Classes:
- DefaultPluginRelocatorManager
public interface PluginRelocatorManager
A manager for plugin relocators.
- Version:
- $Id: PluginRelocatorManager.java 661727 2008-05-30 14:21:49Z bentmann $
- Author:
- Dennis Lundberg
ROLE
static final String ROLE
getPluginRelocator
PluginRelocator getPluginRelocator(String pluginRelocatorId)
throws NoSuchPluginRelocatorException
- Get a named plugin relocator.
- Parameters:
pluginRelocatorId
- The role-hint for the plexus component
- Returns:
- The named plugin relocator
- Throws:
NoSuchPluginRelocatorException
- If the named plugin relocator can not be found
getPluginRelocators
Collection getPluginRelocators()
- Get all available plugin relocators.
- Returns:
- A
Collection
of PluginRelocator
objects
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.