Uses of Class
org.apache.maven.api.settings.Settings
Packages that use Settings
Package
Description
- 
Uses of Settings in org.apache.maven.apiMethods in org.apache.maven.api that return Settings
- 
Uses of Settings in org.apache.maven.api.servicesMethods in org.apache.maven.api.services that return SettingsModifier and TypeMethodDescriptionSettingsBuilderResult.getEffectiveSettings()Gets the assembled settings.
- 
Uses of Settings in org.apache.maven.api.settingsMethods in org.apache.maven.api.settings that return SettingsModifier and TypeMethodDescriptionSettings.Builder.build()static SettingsSettings.newInstance()Creates a newSettingsinstance.static SettingsSettings.newInstance(boolean withDefaults) Creates a newSettingsinstance using default values or not.Settings.withActiveProfiles(Collection<String> activeProfiles) Creates a newSettingsinstance using the specified activeProfiles.Settings.withInteractiveMode(boolean interactiveMode) Creates a newSettingsinstance using the specified interactiveMode.Settings.withLocalRepository(String localRepository) Creates a newSettingsinstance using the specified localRepository.Settings.withMirrors(Collection<Mirror> mirrors) Creates a newSettingsinstance using the specified mirrors.Settings.withOffline(boolean offline) Creates a newSettingsinstance using the specified offline.Settings.withPluginGroups(Collection<String> pluginGroups) Creates a newSettingsinstance using the specified pluginGroups.Settings.withProfiles(Collection<Profile> profiles) Creates a newSettingsinstance using the specified profiles.Settings.withProxies(Collection<Proxy> proxies) Creates a newSettingsinstance using the specified proxies.Settings.withServers(Collection<Server> servers) Creates a newSettingsinstance using the specified servers.Settings.withUsePluginRegistry(boolean usePluginRegistry) Creates a newSettingsinstance using the specified usePluginRegistry.Methods in org.apache.maven.api.settings with parameters of type SettingsModifier and TypeMethodDescriptionstatic Settings.BuilderSettings.newBuilder(Settings from) Creates a newSettingsbuilder instance using the specified object as a basis.static Settings.BuilderSettings.newBuilder(Settings from, boolean forceCopy) Creates a newSettingsbuilder instance using the specified object as a basis.
- 
Uses of Settings in org.apache.maven.internal.implMethods 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 TypeMethodDescriptionvoidDefaultSettingsXmlFactory.write(XmlWriterRequest<Settings> request) 
- 
Uses of Settings in org.apache.maven.settingsMethods 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.ioMethods 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 TypeMethodDescriptionvoidvoidvoidvoidWrites the supplied settings to the specified file.voidWrites the supplied settings to the specified byte stream.voidWrites the supplied settings to the specified character writer.
- 
Uses of Settings in org.apache.maven.settings.mergeMethods 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.v4Methods in org.apache.maven.settings.v4 that return SettingsModifier and TypeMethodDescriptionMerges the specified source object into the given target object.protected SettingsSettingsMerger.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 voidSettingsMerger.mergeSettings(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected SettingsSettingsMerger.mergeSettings(Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_ActiveProfiles(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_InteractiveMode(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_LocalRepository(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_Mirrors(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_Offline(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_PluginGroups(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_Profiles(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_Proxies(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_Servers(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) protected voidSettingsMerger.mergeSettings_UsePluginRegistry(Settings.Builder builder, Settings target, Settings source, boolean sourceDominant, Map<Object, Object> context) voidSettingsXpp3Writer.write(OutputStream stream, Settings settings) Method write.voidMethod write.
- 
Uses of Settings in org.apache.maven.settings.validationMethods in org.apache.maven.settings.validation with parameters of type SettingsModifier and TypeMethodDescriptionvoidDefaultSettingsValidator.validate(Settings settings, SettingsProblemCollector problems) voidSettingsValidator.validate(Settings settings, SettingsProblemCollector problems) Validate the specified settings.