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()
static Settings
SettingsUtils.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 SettingsMethod parameters in org.apache.maven.settings with type arguments 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.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
(XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.settings.io.xpp3 with parameters of type Settings