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