Package org.apache.maven.settings
Interface MavenSettingsBuilder
- All Known Implementing Classes:
- DefaultMavenSettingsBuilder
Deprecated.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.buildSettings(boolean useCachedSettings) Deprecated.buildSettings(File userSettingsFile) Deprecated.buildSettings(File userSettingsFile, boolean useCachedSettings) Deprecated.buildSettings(MavenExecutionRequest request) Deprecated.
- 
Field Details- 
ROLEDeprecated.
- 
ALT_USER_SETTINGS_XML_LOCATIONDeprecated.- See Also:
 
- 
ALT_GLOBAL_SETTINGS_XML_LOCATIONDeprecated.- See Also:
 
- 
ALT_LOCAL_REPOSITORY_LOCATIONDeprecated.- See Also:
 
 
- 
- 
Method Details- 
buildSettingsSettings buildSettings(MavenExecutionRequest request) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Throws:
- IOException
- org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
- 
buildSettingsSettings buildSettings() throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionDeprecated.- Returns:
- a Settingsobject from the user settings file.
- Throws:
- IOException- if any
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- if any
 
- 
buildSettingsSettings 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 Settingsobject from the user settings file.
- Throws:
- IOException- if any
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- if any
 
- 
buildSettingsSettings buildSettings(File userSettingsFile) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Parameters:
- userSettingsFile- a given user settings file
- Returns:
- a Settingsobject from the user settings file.
- Throws:
- IOException- if any
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- if any
 
- 
buildSettingsSettings 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 Settingsobject from the user settings file.
- Throws:
- IOException- if any
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- if any
 
 
-