Class DefaultEncryptInvokerRequest
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest<EncryptOptions>
org.apache.maven.cling.invoker.mvnenc.DefaultEncryptInvokerRequest
- All Implemented Interfaces:
InvokerRequest<EncryptOptions>
,EncryptInvokerRequest
public class DefaultEncryptInvokerRequest
extends BaseInvokerRequest<EncryptOptions>
implements EncryptInvokerRequest
-
Constructor Summary
ConstructorDescriptionDefaultEncryptInvokerRequest
(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, Options options) -
Method Summary
Methods inherited from class org.apache.maven.cling.invoker.BaseInvokerRequest
coreExtensions, cwd, err, in, installationDirectory, 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
coreExtensions, cwd, err, in, installationDirectory, logger, lookup, messageBuilderFactory, out, parserRequest, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userProperties
-
Constructor Details
-
DefaultEncryptInvokerRequest
public DefaultEncryptInvokerRequest(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, Options options)
-
-
Method Details
-
options
The mandatory Encrypt options.- Specified by:
options
in interfaceInvokerRequest<EncryptOptions>
-