Uses of Class
org.apache.maven.settings.Settings
Packages that use Settings
Package
Description
- 
Uses of Settings in org.apache.maven.executionMethods in org.apache.maven.execution that return SettingsMethods in org.apache.maven.execution with parameters of type SettingsModifier and TypeMethodDescriptionDefaultMavenExecutionRequestPopulator.populateFromSettings(MavenExecutionRequest request, Settings settings) Deprecated.MavenExecutionRequestPopulator.populateFromSettings(MavenExecutionRequest request, Settings settings) Deprecated.Constructors in org.apache.maven.execution with parameters of type SettingsModifierConstructorDescriptionMavenSession(org.codehaus.plexus.PlexusContainer container, Settings settings, ArtifactRepository localRepository, EventDispatcher eventDispatcher, ReactorManager unused, List<String> goals, String executionRootDir, Properties executionProperties, Date startTime) Deprecated.MavenSession(org.codehaus.plexus.PlexusContainer container, Settings settings, ArtifactRepository localRepository, EventDispatcher eventDispatcher, ReactorManager unused, List<String> goals, String executionRootDir, Properties executionProperties, Properties userProperties, Date startTime) Deprecated.
- 
Uses of Settings in org.apache.maven.pluginMethods in org.apache.maven.plugin with parameters of type SettingsModifier and TypeMethodDescriptionPluginManager.verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) Deprecated.
- 
Uses of Settings in org.apache.maven.plugin.internalMethods in org.apache.maven.plugin.internal with parameters of type SettingsModifier and TypeMethodDescriptionDefaultPluginManager.verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) 
- 
Uses of Settings in org.apache.maven.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) DefaultMavenSettingsBuilder.buildSettings(MavenExecutionRequest request) MavenSettingsBuilder.buildSettings()Deprecated.MavenSettingsBuilder.buildSettings(boolean useCachedSettings) Deprecated.MavenSettingsBuilder.buildSettings(File userSettingsFile) Deprecated.MavenSettingsBuilder.buildSettings(File userSettingsFile, boolean useCachedSettings) Deprecated.MavenSettingsBuilder.buildSettings(MavenExecutionRequest request) Deprecated.Settings.clone()static SettingsSettingsUtils.copySettings(Settings settings) static SettingsSettingsUtilsV4.copySettings(Settings settings) Methods in org.apache.maven.settings that return types with arguments of type SettingsMethods in org.apache.maven.settings with parameters of type SettingsModifier and TypeMethodDescriptionstatic SettingsSettingsUtils.copySettings(Settings settings) static SettingsSettingsUtilsV4.copySettings(Settings settings) static voidMethod parameters in org.apache.maven.settings with type arguments of type Settings
- 
Uses of Settings in org.apache.maven.settings.buildingMethods in org.apache.maven.settings.building that return SettingsModifier and TypeMethodDescriptionSettingsBuildingResult.getEffectiveSettings()Gets the assembled settings.
- 
Uses of Settings in org.apache.maven.settings.cryptoConstructors in org.apache.maven.settings.crypto with parameters of type SettingsModifierConstructorDescriptionDefaultSettingsDecryptionRequest(Settings settings) Creates a new request to decrypt the specified settings.
- 
Uses of Settings in org.apache.maven.settings.ioMethods in org.apache.maven.settings.io that return SettingsModifier and TypeMethodDescriptionDefaultSettingsReader.read(InputStream input, Map<String, ?> options) Reads the settings from the specified file.SettingsReader.read(InputStream input, Map<String, ?> options) Reads the settings from the specified byte stream.Reads the settings from the specified character reader.Methods in org.apache.maven.settings.io with parameters of type SettingsModifier and TypeMethodDescriptionvoidvoidvoidvoidWrites the supplied settings to the specified file.voidWrites the supplied settings to the specified byte stream.voidWrites the supplied settings to the specified character writer.
- 
Uses of Settings in org.apache.maven.settings.io.xpp3Methods in org.apache.maven.settings.io.xpp3 that return SettingsModifier and TypeMethodDescriptionSettingsXpp3Reader.read(InputStream in) Method read.SettingsXpp3Reader.read(InputStream in, boolean strict) Method read.SettingsXpp3Reader.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 Settings
- 
Uses of Settings in org.apache.maven.settings.mergeMethods in org.apache.maven.settings.merge with parameters of type Settings
- 
Uses of Settings in org.apache.maven.settings.validationMethods in org.apache.maven.settings.validation with parameters of type SettingsModifier and TypeMethodDescriptionvoidDefaultSettingsValidator.validate(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) voidDefaultSettingsValidator.validate(Settings settings, SettingsProblemCollector problems) default voidSettingsValidator.validate(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) Validate the specified settings.voidSettingsValidator.validate(Settings settings, SettingsProblemCollector problems) Validate the specified settings.