org.apache.maven.settings
Interface MavenSettingsBuilder

All Known Implementing Classes:
DefaultMavenSettingsBuilder

public interface MavenSettingsBuilder

Version:
$Id: MavenSettingsBuilder.java 497771 2007-01-19 10:37:55Z evenisse $
Author:
jdcasey

Field Summary
static java.lang.String ALT_GLOBAL_SETTINGS_XML_LOCATION
           
static java.lang.String ALT_LOCAL_REPOSITORY_LOCATION
           
static java.lang.String ALT_USER_SETTINGS_XML_LOCATION
           
static java.lang.String ROLE
           
 
Method Summary
 Settings buildSettings()
           
 Settings buildSettings(boolean useCachedSettings)
           
 Settings buildSettings(java.io.File userSettingsFile)
           
 Settings buildSettings(java.io.File userSettingsFile, boolean useCachedSettings)
           
 

Field Detail

ROLE

static final java.lang.String ROLE

ALT_USER_SETTINGS_XML_LOCATION

static final java.lang.String ALT_USER_SETTINGS_XML_LOCATION
See Also:
Constant Field Values

ALT_GLOBAL_SETTINGS_XML_LOCATION

static final java.lang.String ALT_GLOBAL_SETTINGS_XML_LOCATION
See Also:
Constant Field Values

ALT_LOCAL_REPOSITORY_LOCATION

static final java.lang.String ALT_LOCAL_REPOSITORY_LOCATION
See Also:
Constant Field Values
Method Detail

buildSettings

Settings buildSettings()
                       throws java.io.IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Throws:
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException

buildSettings

Settings buildSettings(boolean useCachedSettings)
                       throws java.io.IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Throws:
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException

buildSettings

Settings buildSettings(java.io.File userSettingsFile)
                       throws java.io.IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Throws:
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException

buildSettings

Settings buildSettings(java.io.File userSettingsFile,
                       boolean useCachedSettings)
                       throws java.io.IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Throws:
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.