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
ConstructorsConstructorDescriptionDefaultEncryptInvokerRequest(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, userPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
optionsin interfaceInvokerRequest<EncryptOptions>- Returns:
- the options object
-