Uses of Interface
org.apache.maven.api.services.SettingsBuilder
Package
Description
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
-
Uses of SettingsBuilder in org.apache.maven.cling.invoker
Modifier and TypeMethodDescriptionprotected void
LookupInvoker.settings
(C context, boolean emitSettingsWarnings, SettingsBuilder settingsBuilder) This method is invoked twice during "normal" LookupInvoker level startup: once when (if present) extensions are loaded up during Plexus DI creation, and once afterward as "normal" boot procedure. -
Uses of SettingsBuilder in org.apache.maven.internal.impl
Modifier and TypeClassDescriptionclass
Builds the effective settings from a user settings file and/or a global settings file. -
Uses of SettingsBuilder in org.apache.maven.settings.validation
ModifierConstructorDescriptionDefaultSettingsValidator
(SettingsBuilder settingsBuilder) Deprecated.