Package org.apache.maven.api.cli.mvnenc
Interface EncryptInvokerRequest
- All Superinterfaces:
InvokerRequest<EncryptOptions>
- All Known Implementing Classes:
DefaultEncryptInvokerRequest
Represents a request to invoke the Maven encryption tool.
This interface extends the general InvokerRequest, specializing it for encryption-related operations.
An EncryptInvokerRequest encapsulates all the necessary information needed to perform an encryption operation, including any encryption-specific options defined in EncryptOptions.
- Since:
- 4.0.0
-
Method Summary
Methods inherited from interface org.apache.maven.api.cli.InvokerRequest
coreExtensions, cwd, err, in, installationDirectory, logger, lookup, messageBuilderFactory, options, out, parserRequest, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userProperties