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 SummaryConstructorsConstructorDescriptionDefaultEncryptInvokerRequest(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 SummaryMethods inherited from class org.apache.maven.cling.invoker.BaseInvokerRequestcoreExtensions, cwd, err, in, installationDirectory, out, parserRequest, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userPropertiesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.cli.InvokerRequestcoreExtensions, cwd, err, in, installationDirectory, logger, lookup, messageBuilderFactory, out, parserRequest, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userProperties
- 
Constructor Details- 
DefaultEncryptInvokerRequestpublic 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- 
optionsThe mandatory Encrypt options.- Specified by:
- optionsin interface- InvokerRequest<EncryptOptions>
 
 
-