Class LayeredOptions<O extends Options>
java.lang.Object
org.apache.maven.cling.invoker.LayeredOptions<O>
- Type Parameters:
- O- The type of options.
- All Implemented Interfaces:
- Options
- Direct Known Subclasses:
- LayeredMavenOptions
- 
Field SummaryFieldsFields inherited from interface org.apache.maven.api.cli.OptionsSOURCE_CLI
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncolor()voiddisplayHelp(ParserRequest request, Consumer<String> printWriter) help()logFile()offline()quiet()protected <T> Optional<T> returnFirstPresentOrEmpty(Function<O, Optional<T>> getter) source()verbose()voidwarnAboutDeprecatedOptions(ParserRequest request, Consumer<String> printWriter) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.cli.Optionsinterpolate
- 
Field Details- 
options
 
- 
- 
Constructor Details- 
LayeredOptions
 
- 
- 
Method Details- 
userProperties
- 
source
- 
showVersionAndExit- Specified by:
- showVersionAndExitin interface- Options
 
- 
showVersion- Specified by:
- showVersionin interface- Options
 
- 
quiet
- 
verbose
- 
showErrors- Specified by:
- showErrorsin interface- Options
 
- 
failOnSeverity- Specified by:
- failOnSeverityin interface- Options
 
- 
nonInteractive- Specified by:
- nonInteractivein interface- Options
 
- 
forceInteractive- Specified by:
- forceInteractivein interface- Options
 
- 
altUserSettings- Specified by:
- altUserSettingsin interface- Options
 
- 
altProjectSettings- Specified by:
- altProjectSettingsin interface- Options
 
- 
altInstallationSettings- Specified by:
- altInstallationSettingsin interface- Options
 
- 
altUserToolchains- Specified by:
- altUserToolchainsin interface- Options
 
- 
altInstallationToolchains- Specified by:
- altInstallationToolchainsin interface- Options
 
- 
logFile
- 
rawStreams- Specified by:
- rawStreamsin interface- Options
 
- 
color
- 
offline
- 
help
- 
warnAboutDeprecatedOptions- Specified by:
- warnAboutDeprecatedOptionsin interface- Options
 
- 
displayHelp- Specified by:
- displayHelpin interface- Options
 
- 
returnFirstPresentOrEmpty
- 
collectListIfPresentOrEmpty
- 
collectMapIfPresentOrEmpty
 
-