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
 PluginRegistry buildPluginRegistry()
           
 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

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

createUserPluginRegistry

PluginRegistry createUserPluginRegistry()


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