Class CommonsCliShellOptions
java.lang.Object
org.apache.maven.cling.invoker.CommonsCliOptions
org.apache.maven.cling.invoker.mvnsh.CommonsCliShellOptions
- All Implemented Interfaces:
- ShellOptions,- Options
Implementation of 
ShellOptions (base + shell).- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.apache.maven.cling.invoker.CommonsCliOptionscliManager, commandLine, sourceFields inherited from interface org.apache.maven.api.cli.OptionsSOURCE_CLI
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCommonsCliShellOptions(String source, CommonsCliShellOptions.CLIManager cliManager, org.apache.commons.cli.CommandLine commandLine) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected CommonsCliShellOptionscopy(String source, CommonsCliOptions.CLIManager cliManager, org.apache.commons.cli.CommandLine commandLine) static CommonsCliShellOptionsMethods inherited from class org.apache.maven.cling.invoker.CommonsCliOptionsaltInstallationSettings, altInstallationToolchains, altProjectSettings, altUserSettings, altUserToolchains, color, displayHelp, failOnSeverity, forceInteractive, help, interpolate, logFile, nonInteractive, offline, parse, quiet, rawStreams, showErrors, showVersion, showVersionAndExit, source, userProperties, verbose, warnAboutDeprecatedOptionsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.cli.OptionsaltInstallationSettings, altInstallationToolchains, altProjectSettings, altUserSettings, altUserToolchains, color, displayHelp, failOnSeverity, forceInteractive, help, interpolate, logFile, nonInteractive, offline, quiet, rawStreams, showErrors, showVersion, showVersionAndExit, source, userProperties, verbose, warnAboutDeprecatedOptions
- 
Constructor Details- 
CommonsCliShellOptionsprotected CommonsCliShellOptions(String source, CommonsCliShellOptions.CLIManager cliManager, org.apache.commons.cli.CommandLine commandLine) 
 
- 
- 
Method Details- 
parsepublic static CommonsCliShellOptions parse(String[] args) throws org.apache.commons.cli.ParseException - Throws:
- org.apache.commons.cli.ParseException
 
- 
copyprotected CommonsCliShellOptions copy(String source, CommonsCliOptions.CLIManager cliManager, org.apache.commons.cli.CommandLine commandLine) - Overrides:
- copyin class- CommonsCliOptions
 
 
-