Uses of Class
org.apache.maven.api.settings.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in org.apache.maven.api
Methods in org.apache.maven.api that return Settings -
Uses of Settings in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return SettingsModifier and TypeMethodDescriptionSettingsBuilderResult.getEffectiveSettings()
Gets the assembled settings. -
Uses of Settings in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return SettingsModifier 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.Methods in org.apache.maven.api.settings with parameters of type SettingsModifier 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
Methods in org.apache.maven.internal.impl that return SettingsModifier and TypeMethodDescriptionDefaultSession.getSettings()
DefaultSettingsXmlFactory.read
(XmlReaderRequest request) Method parameters in org.apache.maven.internal.impl with type arguments of type SettingsModifier and TypeMethodDescriptionvoid
DefaultSettingsXmlFactory.write
(XmlWriterRequest<Settings> request) -
Uses of Settings in org.apache.maven.settings
Methods in org.apache.maven.settings that return SettingsMethods 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 SettingsConstructors in org.apache.maven.settings with parameters of type 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.merge
Methods in org.apache.maven.settings.merge that return SettingsModifier and TypeMethodDescriptionMethods in org.apache.maven.settings.merge with parameters of type Settings -
Uses of Settings in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return SettingsModifier 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.Methods in org.apache.maven.settings.v4 that return types with arguments of type SettingsModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<Settings>
SettingsMerger.getSettingsKey()
Methods in org.apache.maven.settings.v4 with parameters of type SettingsModifier 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
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.