Uses of Class
org.apache.maven.settings.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in org.apache.maven.cli.configuration
Methods in org.apache.maven.cli.configuration with parameters of type SettingsModifier and TypeMethodDescriptionprivate MavenExecutionRequest
SettingsXmlConfigurationProcessor.populateFromSettings
(MavenExecutionRequest request, Settings settings) -
Uses of Settings in org.apache.maven.execution
Subclasses of Settings in org.apache.maven.executionModifier and TypeClassDescription(package private) class
Adapt aMavenExecutionRequest
to aSettings
object for use in the Maven core.Fields in org.apache.maven.execution declared as SettingsMethods 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 TypeMethodDescriptionprivate Settings
DefaultMavenSettingsBuilder.build
(SettingsBuildingRequest request) DefaultMavenSettingsBuilder.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
Fields in org.apache.maven.settings.building declared as SettingsModifier and TypeFieldDescriptionprivate Settings
DefaultSettingsBuildingResult.effectiveSettings
Methods in org.apache.maven.settings.building that return SettingsModifier and TypeMethodDescriptionDefaultSettingsBuildingResult.getEffectiveSettings()
SettingsBuildingResult.getEffectiveSettings()
Gets the assembled settings.private Settings
DefaultSettingsBuilder.interpolate
(Settings settings, SettingsBuildingRequest request, SettingsProblemCollector problems) private Settings
DefaultSettingsBuilder.readSettings
(Source settingsSource, SettingsBuildingRequest request, DefaultSettingsProblemCollector problems) Methods in org.apache.maven.settings.building with parameters of type SettingsModifier and TypeMethodDescriptionprivate Settings
DefaultSettingsBuilder.interpolate
(Settings settings, SettingsBuildingRequest request, SettingsProblemCollector problems) Constructors in org.apache.maven.settings.building with parameters of type SettingsModifierConstructorDescription(package private)
DefaultSettingsBuildingResult
(Settings effectiveSettings, List<SettingsProblem> problems) -
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 TypeMethodDescriptionprivate Settings
SettingsXpp3Reader.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 Settings
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 SettingsModifier and TypeMethodDescriptionvoid
SettingsXpp3Writer.write
(OutputStream stream, Settings settings) Method write.void
Method write.private void
SettingsXpp3Writer.writeSettings
(Settings settings, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSettings. -
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.