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