org.apache.maven.plugin.registry
Class DefaultPluginRegistryBuilder
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.plugin.registry.DefaultPluginRegistryBuilder
- All Implemented Interfaces:
- MavenPluginRegistryBuilder, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
public class DefaultPluginRegistryBuilder
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements MavenPluginRegistryBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userHome
public static final String userHome
DefaultPluginRegistryBuilder
public DefaultPluginRegistryBuilder()
initialize
public void initialize()
- Specified by:
initialize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
buildPluginRegistry
public PluginRegistry buildPluginRegistry()
throws IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Specified by:
buildPluginRegistry
in interface MavenPluginRegistryBuilder
- Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
createUserPluginRegistry
public PluginRegistry createUserPluginRegistry()
- Specified by:
createUserPluginRegistry
in interface MavenPluginRegistryBuilder
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.