Package org.apache.maven.plugin.registry
Interface MavenPluginRegistryBuilder
-
- All Known Implementing Classes:
DefaultPluginRegistryBuilder
public interface MavenPluginRegistryBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static StringALT_GLOBAL_PLUGIN_REG_LOCATIONstatic StringALT_USER_PLUGIN_REG_LOCATIONstatic StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginRegistrybuildPluginRegistry()PluginRegistrycreateUserPluginRegistry()
-
-
-
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:
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserException
-
createUserPluginRegistry
PluginRegistry createUserPluginRegistry()
-
-