Uses of Class
org.apache.maven.settings.Settings
Package
Description
-
Uses of Settings in org.apache.maven.execution
Modifier and TypeMethodDescriptionDefaultMavenExecutionRequestPopulator.populateFromSettings
(MavenExecutionRequest request, Settings settings) Deprecated.MavenExecutionRequestPopulator.populateFromSettings
(MavenExecutionRequest request, Settings settings) Deprecated.ModifierConstructorDescriptionMavenSession
(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
Modifier and TypeMethodDescriptionPluginManager.verifyPlugin
(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) Deprecated. -
Uses of Settings in org.apache.maven.plugin.internal
Modifier and TypeMethodDescriptionDefaultPluginManager.verifyPlugin
(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) -
Uses of Settings in org.apache.maven.settings
Modifier 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) -
Uses of Settings in org.apache.maven.settings.building
Modifier and TypeMethodDescriptionSettingsBuildingResult.getEffectiveSettings()
Gets the assembled settings. -
Uses of Settings in org.apache.maven.settings.crypto
ModifierConstructorDescriptionDefaultSettingsDecryptionRequest
(Settings settings) Creates a new request to decrypt the specified settings. -
Uses of Settings in org.apache.maven.settings.io
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionSettingsXpp3Reader.read
(InputStream in) Method read.SettingsXpp3Reader.read
(InputStream in, boolean strict) Method read. -
Uses of Settings in org.apache.maven.settings.merge
-
Uses of Settings in org.apache.maven.settings.validation
Modifier and TypeMethodDescriptionvoid
DefaultSettingsValidator.validate
(Settings settings, SettingsProblemCollector problems) void
SettingsValidator.validate
(Settings settings, SettingsProblemCollector problems) Validate the specified settings.