Package org.apache.maven.cling.invoker
Class CommonsCliOptions
java.lang.Object
org.apache.maven.cling.invoker.CommonsCliOptions
- All Implemented Interfaces:
Options
- Direct Known Subclasses:
CommonsCliEncryptOptions
,CommonsCliMavenOptions
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CommonsCliOptions.CLIManager
protected final org.apache.commons.cli.CommandLine
protected final String
Fields inherited from interface org.apache.maven.api.cli.Options
SOURCE_CLI
-
Constructor Summary
ModifierConstructorDescriptionprotected
CommonsCliOptions
(String source, CommonsCliOptions.CLIManager cliManager, org.apache.commons.cli.CommandLine commandLine) -
Method Summary
Modifier and TypeMethodDescriptioncolor()
void
displayHelp
(ParserRequest request, Consumer<String> printStream) help()
logFile()
quiet()
source()
verbose()
void
warnAboutDeprecatedOptions
(ParserRequest request, Consumer<String> printWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.cli.Options
interpolate
-
Field Details
-
source
-
cliManager
-
commandLine
protected final org.apache.commons.cli.CommandLine commandLine
-
-
Constructor Details
-
CommonsCliOptions
protected CommonsCliOptions(String source, CommonsCliOptions.CLIManager cliManager, org.apache.commons.cli.CommandLine commandLine)
-
-
Method Details
-
source
-
userProperties
- Specified by:
userProperties
in interfaceOptions
-
showVersionAndExit
- Specified by:
showVersionAndExit
in interfaceOptions
-
showVersion
- Specified by:
showVersion
in interfaceOptions
-
quiet
-
verbose
-
showErrors
- Specified by:
showErrors
in interfaceOptions
-
failOnSeverity
- Specified by:
failOnSeverity
in interfaceOptions
-
nonInteractive
- Specified by:
nonInteractive
in interfaceOptions
-
forceInteractive
- Specified by:
forceInteractive
in interfaceOptions
-
altUserSettings
- Specified by:
altUserSettings
in interfaceOptions
-
altProjectSettings
- Specified by:
altProjectSettings
in interfaceOptions
-
altInstallationSettings
- Specified by:
altInstallationSettings
in interfaceOptions
-
altUserToolchains
- Specified by:
altUserToolchains
in interfaceOptions
-
altInstallationToolchains
- Specified by:
altInstallationToolchains
in interfaceOptions
-
logFile
-
rawStreams
- Specified by:
rawStreams
in interfaceOptions
-
color
-
help
-
warnAboutDeprecatedOptions
- Specified by:
warnAboutDeprecatedOptions
in interfaceOptions
-
displayHelp
- Specified by:
displayHelp
in interfaceOptions
-