Uses of Class
org.apache.maven.settings.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in org.apache.maven.profiles
Methods in org.apache.maven.profiles with parameters of type SettingsModifier and TypeMethodDescriptionvoidDefaultProfileManager.loadSettingsProfiles(Settings settings) voidProfileManager.loadSettingsProfiles(Settings settings) Constructors in org.apache.maven.profiles with parameters of type SettingsModifierConstructorDescriptionDefaultProfileManager(org.codehaus.plexus.PlexusContainer container, Settings settings) Deprecated.without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded envirnments.DefaultProfileManager(org.codehaus.plexus.PlexusContainer container, Settings settings, Properties props) the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties -
Uses of Settings in org.apache.maven.settings
Fields in org.apache.maven.settings declared as SettingsModifier and TypeFieldDescriptionprivate SettingsDefaultMavenSettingsBuilder.loadedSettingsprivate final SettingsRuntimeInfo.settingsMethods in org.apache.maven.settings that return SettingsModifier and TypeMethodDescriptionDefaultMavenSettingsBuilder.buildSettings()DefaultMavenSettingsBuilder.buildSettings(boolean useCachedSettings) DefaultMavenSettingsBuilder.buildSettings(File userSettingsFile) DefaultMavenSettingsBuilder.buildSettings(File userSettingsFile, boolean useCachedSettings) MavenSettingsBuilder.buildSettings()MavenSettingsBuilder.buildSettings(boolean useCachedSettings) MavenSettingsBuilder.buildSettings(File userSettingsFile) MavenSettingsBuilder.buildSettings(File userSettingsFile, boolean useCachedSettings) static SettingsSettingsUtils.copySettings(Settings settings) private SettingsDefaultMavenSettingsBuilder.readSettings(File settingsFile) Methods in org.apache.maven.settings with parameters of type SettingsModifier and TypeMethodDescriptionprivate voidDefaultMavenSettingsBuilder.activateDefaultProfiles(Settings settings) static SettingsSettingsUtils.copySettings(Settings settings) static voidprivate voidDefaultMavenSettingsBuilder.setLocalRepository(Settings userSettings) Constructors in org.apache.maven.settings with parameters of type Settings -
Uses of Settings in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return SettingsModifier and TypeMethodDescriptionprivate SettingsSettingsXpp3Reader.parseSettings(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseSettings.SettingsXpp3Reader.read(InputStream in) Method read.SettingsXpp3Reader.read(InputStream in, boolean strict) Method read.private SettingsSettingsXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.settings.io.xpp3 with parameters of type SettingsModifier and TypeMethodDescriptionvoidSettingsXpp3Writer.write(OutputStream stream, Settings settings) Method write.voidMethod write.private voidSettingsXpp3Writer.writeSettings(Settings settings, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSettings.