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.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newSettings
instance using the specified pluginRepositories.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.withRepositories
(Collection<Repository> repositories) Creates a newSettings
instance using the specified repositories.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.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) SettingsStaxReader.read
(InputStream in) SettingsStaxReader.read
(InputStream in, boolean strict, InputSource source) Method read.SettingsStaxReader.read
(Reader reader, boolean strict, InputSource source) SettingsStaxReader.read
(XMLStreamReader parser, boolean strict, InputSource source) Method read.protected Settings
SettingsTransformer.transformSettings
(Settings target) Transforms the given modelMethods 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_PluginRepositories
(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_Repositories
(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) protected Settings
SettingsTransformer.transformSettings
(Settings target) protected void
SettingsTransformer.transformSettings_ActiveProfiles
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_InteractiveMode
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_LocalRepository
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_Mirrors
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_Offline
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_PluginGroups
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_PluginRepositories
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_Profiles
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_Proxies
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_Repositories
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_Servers
(Settings.Builder builder, Settings target) protected void
SettingsTransformer.transformSettings_UsePluginRegistry
(Settings.Builder builder, Settings target) Transforms the given modelvoid
SettingsStaxWriter.write
(OutputStream stream, Settings settings) Method write.void
Method write.