Uses of Class
org.apache.maven.settings.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in org.apache.maven.execution
Methods 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.plugin
Methods 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.internal
Methods 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.settings
Methods 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()
Method clone.static Settings
SettingsUtils.copySettings
(Settings settings) Methods in org.apache.maven.settings with parameters of type Settings -
Uses of Settings in org.apache.maven.settings.building
Methods in org.apache.maven.settings.building that return SettingsModifier and TypeMethodDescriptionSettingsBuildingResult.getEffectiveSettings()
Gets the assembled settings. -
Uses of Settings in org.apache.maven.settings.crypto
Constructors 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.io
Methods 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 TypeMethodDescriptionvoid
void
void
void
Writes the supplied settings to the specified file.void
Writes the supplied settings to the specified byte stream.void
Writes the supplied settings to the specified character writer. -
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) 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.merge
Methods in org.apache.maven.settings.merge with parameters of type Settings -
Uses of Settings in org.apache.maven.settings.validation
Methods in org.apache.maven.settings.validation with parameters of type SettingsModifier and TypeMethodDescriptionvoid
DefaultSettingsValidator.validate
(Settings settings, SettingsProblemCollector problems) void
SettingsValidator.validate
(Settings settings, SettingsProblemCollector problems) Validate the specified settings.