public class DefaultPluginRegistryBuilder extends org.codehaus.plexus.logging.AbstractLogEnabled implements MavenPluginRegistryBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
userHome |
ALT_GLOBAL_PLUGIN_REG_LOCATION, ALT_USER_PLUGIN_REG_LOCATION, ROLE| Constructor and Description |
|---|
DefaultPluginRegistryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PluginRegistry |
buildPluginRegistry() |
PluginRegistry |
createUserPluginRegistry() |
void |
initialize() |
public void initialize()
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializablepublic PluginRegistry buildPluginRegistry() throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
buildPluginRegistry in interface MavenPluginRegistryBuilderjava.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic PluginRegistry createUserPluginRegistry()
createUserPluginRegistry in interface MavenPluginRegistryBuilder