org.apache.maven.settings
Interface MavenSettingsBuilder

All Known Implementing Classes:
DefaultMavenSettingsBuilder

public interface MavenSettingsBuilder

Version:
$Id: MavenSettingsBuilder.java 189510 2005-06-08 03:27:43Z jdcasey $
Author:
jdcasey

Field Summary
static String ALT_GLOBAL_SETTINGS_XML_LOCATION
           
static String ALT_LOCAL_REPOSITORY_LOCATION
           
static String ALT_USER_SETTINGS_XML_LOCATION
           
static String ROLE
           
 
Method Summary
 Settings buildSettings()
           
 Settings buildSettings(File userSettingsFile)
           
 

Field Detail

ROLE

public static final String ROLE

ALT_USER_SETTINGS_XML_LOCATION

public static final String ALT_USER_SETTINGS_XML_LOCATION
See Also:
Constant Field Values

ALT_GLOBAL_SETTINGS_XML_LOCATION

public static final String ALT_GLOBAL_SETTINGS_XML_LOCATION
See Also:
Constant Field Values

ALT_LOCAL_REPOSITORY_LOCATION

public static final String ALT_LOCAL_REPOSITORY_LOCATION
See Also:
Constant Field Values
Method Detail

buildSettings

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

buildSettings

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


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.