Uses of Class
org.apache.maven.api.settings.Settings
Package
Description
-
Uses of Settings in org.apache.maven.api
-
Uses of Settings in org.apache.maven.api.services
Modifier and TypeMethodDescriptionSettingsBuilderResult.getEffectiveSettings()
Gets the assembled settings. -
Uses of Settings in org.apache.maven.api.settings
Modifier and TypeMethodDescriptionSettings.Builder.build()
static Settings
Settings.newInstance()
Creates a newSettings
instance.static Settings
Settings.newInstance
(boolean withDefaults) Creates a newSettings
instance using default values or not.Settings.withActiveProfiles
(Collection<String> activeProfiles) Creates a newSettings
instance using the specified activeProfiles.Settings.withInteractiveMode
(boolean interactiveMode) Creates a newSettings
instance using the specified interactiveMode.Settings.withLocalRepository
(String localRepository) Creates a newSettings
instance using the specified localRepository.Settings.withMirrors
(Collection<Mirror> mirrors) Creates a newSettings
instance using the specified mirrors.Settings.withOffline
(boolean offline) Creates a newSettings
instance using the specified offline.Settings.withPluginGroups
(Collection<String> pluginGroups) Creates a newSettings
instance using the specified pluginGroups.Settings.withProfiles
(Collection<Profile> profiles) Creates a newSettings
instance using the specified profiles.Settings.withProxies
(Collection<Proxy> proxies) Creates a newSettings
instance using the specified proxies.Settings.withServers
(Collection<Server> servers) Creates a newSettings
instance using the specified servers.Settings.withUsePluginRegistry
(boolean usePluginRegistry) Creates a newSettings
instance using the specified usePluginRegistry.Modifier and TypeMethodDescriptionstatic Settings.Builder
Settings.newBuilder
(Settings from) Creates a newSettings
builder instance using the specified object as a basis.static Settings.Builder
Settings.newBuilder
(Settings from, boolean forceCopy) Creates a newSettings
builder instance using the specified object as a basis. -
Uses of Settings in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionDefaultSession.getSettings()
DefaultSettingsXmlFactory.read
(XmlReaderRequest request) Modifier and TypeMethodDescriptionvoid
DefaultSettingsXmlFactory.write
(XmlWriterRequest<Settings> request) -
Uses of Settings in org.apache.maven.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.merge
Modifier and TypeMethodDescription -
Uses of Settings in org.apache.maven.settings.v4
Modifier and TypeMethodDescriptionMerges the specified source object into the given target object.protected Settings
SettingsMerger.mergeSettings
(Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) SettingsXpp3Reader.read
(InputStream in) Method read.SettingsXpp3Reader.read
(InputStream in, boolean strict) Method read.SettingsXpp3Reader.read
(XmlPullParser parser, boolean strict) Method read.Modifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<Settings>
SettingsMerger.getSettingsKey()
Modifier and TypeMethodDescriptionMerges the specified source object into the given target object.protected void
SettingsMerger.mergeSettings
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected Settings
SettingsMerger.mergeSettings
(Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_ActiveProfiles
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_InteractiveMode
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_LocalRepository
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_Mirrors
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_Offline
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_PluginGroups
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_Profiles
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_Proxies
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_Servers
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeSettings_UsePluginRegistry
(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) void
SettingsXpp3Writer.write
(OutputStream stream, Settings settings) Method write.void
Method write. -
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.