Class EncryptParser
java.lang.Object
org.apache.maven.cling.invoker.BaseParser
org.apache.maven.cling.invoker.mvnenc.EncryptParser
- All Implemented Interfaces:
Parser
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.maven.cling.invoker.BaseParser
BaseParser.LocalContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OptionsassembleOptions(List<Options> parsedOptions) protected EncryptInvokerRequestgetInvokerRequest(BaseParser.LocalContext context) parseCliOptions(BaseParser.LocalContext context) protected CommonsCliEncryptOptionsparseEncryptCliOptions(List<String> args) Methods inherited from class org.apache.maven.cling.invoker.BaseParser
getCwd, getInstallationDirectory, getJvmArguments, getRootDirectory, getTopDirectory, getUserHomeDirectory, mayOverrideDirectorySystemProperty, parseInvocation, populateSystemProperties, populateUserProperties, readCoreExtensionsDescriptor, readCoreExtensionsDescriptorFromFile
-
Constructor Details
-
EncryptParser
public EncryptParser()
-
-
Method Details
-
getInvokerRequest
- Specified by:
getInvokerRequestin classBaseParser
-
parseCliOptions
- Specified by:
parseCliOptionsin classBaseParser- Throws:
ParserException
-
parseEncryptCliOptions
- Throws:
ParserException
-
assembleOptions
- Specified by:
assembleOptionsin classBaseParser
-