Uses of Class
org.apache.maven.api.settings.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.