org.apache.maven.settings
Interface MavenSettingsBuilder

All Known Implementing Classes:
DefaultMavenSettingsBuilder

Deprecated.

@Deprecated
public interface MavenSettingsBuilder

Author:
jdcasey, Jason van Zyl

Field Summary
static String ALT_GLOBAL_SETTINGS_XML_LOCATION
          Deprecated.  
static String ALT_LOCAL_REPOSITORY_LOCATION
          Deprecated.  
static String ALT_USER_SETTINGS_XML_LOCATION
          Deprecated.  
static String ROLE
          Deprecated.  
 
Method Summary
 Settings buildSettings()
          Deprecated.  
 Settings buildSettings(boolean useCachedSettings)
          Deprecated.  
 Settings buildSettings(File userSettingsFile)
          Deprecated.  
 Settings buildSettings(File userSettingsFile, boolean useCachedSettings)
          Deprecated.  
 Settings buildSettings(MavenExecutionRequest request)
          Deprecated.  
 

Field Detail

ROLE

static final String ROLE
Deprecated. 

ALT_USER_SETTINGS_XML_LOCATION

static final String ALT_USER_SETTINGS_XML_LOCATION
Deprecated. 
See Also:
Constant Field Values

ALT_GLOBAL_SETTINGS_XML_LOCATION

static final String ALT_GLOBAL_SETTINGS_XML_LOCATION
Deprecated. 
See Also:
Constant Field Values

ALT_LOCAL_REPOSITORY_LOCATION

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

buildSettings

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

buildSettings

Settings buildSettings()
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated. 
Returns:
a Settings object from the user settings file.
Throws:
IOException - if any
org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any

buildSettings

Settings buildSettings(boolean useCachedSettings)
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated. 
Parameters:
useCachedSettings - if true, doesn't reload the user settings
Returns:
a Settings object from the user settings file.
Throws:
IOException - if any
org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any

buildSettings

Settings buildSettings(File userSettingsFile)
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated. 
Parameters:
userSettingsFile - a given user settings file
Returns:
a Settings object from the user settings file.
Throws:
IOException - if any
org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any

buildSettings

Settings buildSettings(File userSettingsFile,
                       boolean useCachedSettings)
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated. 
Parameters:
userSettingsFile - a given user settings file
useCachedSettings - if true, doesn't reload the user settings
Returns:
a Settings object from the user settings file.
Throws:
IOException - if any
org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.