org.apache.maven.plugin.registry
Interface MavenPluginRegistryBuilder

All Known Implementing Classes:
DefaultPluginRegistryBuilder

public interface MavenPluginRegistryBuilder


Field Summary
static String ALT_GLOBAL_PLUGIN_REG_LOCATION
           
static String ALT_USER_PLUGIN_REG_LOCATION
           
static String ROLE
           
 
Method Summary
 org.apache.maven.plugin.registry.PluginRegistry buildPluginRegistry()
           
 org.apache.maven.plugin.registry.PluginRegistry createUserPluginRegistry()
           
 

Field Detail

ROLE

static final String ROLE

ALT_USER_PLUGIN_REG_LOCATION

static final String ALT_USER_PLUGIN_REG_LOCATION
See Also:
Constant Field Values

ALT_GLOBAL_PLUGIN_REG_LOCATION

static final String ALT_GLOBAL_PLUGIN_REG_LOCATION
See Also:
Constant Field Values
Method Detail

buildPluginRegistry

org.apache.maven.plugin.registry.PluginRegistry buildPluginRegistry()
                                                                    throws IOException,
                                                                           org.codehaus.plexus.util.xml.pull.XmlPullParserException
Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException

createUserPluginRegistry

org.apache.maven.plugin.registry.PluginRegistry createUserPluginRegistry()


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.