Class ShellParser
java.lang.Object
org.apache.maven.cling.invoker.BaseParser
org.apache.maven.cling.invoker.mvnsh.ShellParser
- All Implemented Interfaces:
- Parser
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.cling.invoker.BaseParserBaseParser.LocalContext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected OptionsassembleOptions(List<Options> parsedOptions) protected ShellOptionsprotected ShellInvokerRequestgetInvokerRequest(BaseParser.LocalContext context) parseCliOptions(BaseParser.LocalContext context) protected CommonsCliShellOptionsparseShellCliOptions(List<String> args) Methods inherited from class org.apache.maven.cling.invoker.BaseParserfailIfFileNotExists, getCwd, getInstallationDirectory, getRootDirectory, getTopDirectory, getUserHomeDirectory, mayOverrideDirectorySystemProperty, parseInvocation, populateSystemProperties, populateUserProperties, readCoreExtensionsDescriptor, readCoreExtensionsDescriptorFromFile, validate
- 
Constructor Details- 
ShellParserpublic ShellParser()
 
- 
- 
Method Details- 
emptyOptions- Specified by:
- emptyOptionsin class- BaseParser
 
- 
getInvokerRequest- Specified by:
- getInvokerRequestin class- BaseParser
 
- 
parseCliOptions- Specified by:
- parseCliOptionsin class- BaseParser
 
- 
parseShellCliOptions
- 
assembleOptions- Specified by:
- assembleOptionsin class- BaseParser
 
 
-