org.apache.maven.settings
Class DefaultMavenSettingsBuilder
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.settings.DefaultMavenSettingsBuilder
- All Implemented Interfaces:
- MavenSettingsBuilder, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
public class DefaultMavenSettingsBuilder
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements MavenSettingsBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
- Version:
- $Id: DefaultMavenSettingsBuilder.java 189510 2005-06-08 03:27:43Z jdcasey $
- Author:
- jdcasey
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
DefaultMavenSettingsBuilder
public DefaultMavenSettingsBuilder()
initialize
public void initialize()
- Specified by:
initialize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
buildSettings
public org.apache.maven.settings.Settings buildSettings()
throws IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Specified by:
buildSettings
in interface MavenSettingsBuilder
- Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
buildSettings
public org.apache.maven.settings.Settings buildSettings(File userSettingsFile)
throws IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Specified by:
buildSettings
in interface MavenSettingsBuilder
- Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.