Class EncryptInvokerRequest
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest
org.apache.maven.cling.invoker.mvnenc.EncryptInvokerRequest
- All Implemented Interfaces:
InvokerRequest
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptInvokerRequest
(ParserRequest parserRequest, boolean parsingFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtension> coreExtensions, EncryptOptions options) -
Method Summary
Methods inherited from class org.apache.maven.cling.invoker.BaseInvokerRequest
coreExtensions, cwd, installationDirectory, parserRequest, parsingFailed, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userProperties
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.InvokerRequest
embedded, lookup, messageBuilderFactory, stdErr, stdIn, stdOut
-
Constructor Details
-
EncryptInvokerRequest
public EncryptInvokerRequest(ParserRequest parserRequest, boolean parsingFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtension> coreExtensions, EncryptOptions options)
-
-
Method Details
-
options
The mandatory Encrypt options.- Returns:
- the options object
-