Package org.apache.maven.settings
Interface MavenSettingsBuilder
- All Known Implementing Classes:
DefaultMavenSettingsBuilder
Deprecated.
- Author:
- jdcasey, Jason van Zyl
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.buildSettings
(boolean useCachedSettings) Deprecated.buildSettings
(File userSettingsFile) Deprecated.buildSettings
(File userSettingsFile, boolean useCachedSettings) Deprecated.buildSettings
(MavenExecutionRequest request) Deprecated.
-
Field Details
-
ROLE
Deprecated. -
ALT_USER_SETTINGS_XML_LOCATION
Deprecated.- See Also:
-
ALT_GLOBAL_SETTINGS_XML_LOCATION
Deprecated.- See Also:
-
ALT_LOCAL_REPOSITORY_LOCATION
Deprecated.- See Also:
-
-
Method Details
-
buildSettings
Deprecated.- Throws:
IOException
XmlPullParserException
-
buildSettings
Deprecated.- Returns:
- a
Settings
object from the user settings file. - Throws:
IOException
- if anyXmlPullParserException
- if any
-
buildSettings
Deprecated.- Parameters:
useCachedSettings
- if true, doesn't reload the user settings- Returns:
- a
Settings
object from the user settings file. - Throws:
IOException
- if anyXmlPullParserException
- if any
-
buildSettings
Deprecated.- Parameters:
userSettingsFile
- a given user settings file- Returns:
- a
Settings
object from the user settings file. - Throws:
IOException
- if anyXmlPullParserException
- if any
-
buildSettings
Settings buildSettings(File userSettingsFile, boolean useCachedSettings) throws IOException, XmlPullParserException Deprecated.- Parameters:
userSettingsFile
- a given user settings fileuseCachedSettings
- if true, doesn't reload the user settings- Returns:
- a
Settings
object from the user settings file. - Throws:
IOException
- if anyXmlPullParserException
- if any
-