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
public static final String ROLE
getPluginRelocator
public 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
public Collection getPluginRelocators()
- Get all available plugin relocators.
- Returns:
- A
Collection of PluginRelocator objects
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.