Uses of Class
org.apache.maven.settings.Settings
Packages that use Settings
-
Uses of Settings in org.apache.maven.settings
Methods in org.apache.maven.settings that return SettingsMethods in org.apache.maven.settings that return types with arguments of type SettingsModifier and TypeMethodDescriptionSettings.settingsToApiV3
(List<org.apache.maven.api.settings.Settings> list) Method parameters in org.apache.maven.settings with type arguments of type SettingsModifier and TypeMethodDescriptionstatic List<org.apache.maven.api.settings.Settings>
Settings.settingsToApiV4
(List<Settings> list) -
Uses of Settings in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return SettingsModifier and TypeMethodDescriptionSettingsXpp3Reader.read
(InputStream in) Deprecated.Method read.SettingsXpp3Reader.read
(InputStream in, boolean strict) Deprecated.Method read.Deprecated.Deprecated.SettingsXpp3Reader.read
(XMLStreamReader parser, boolean strict) Deprecated.Method read.Methods in org.apache.maven.settings.io.xpp3 with parameters of type Settings