Interface EncryptInvokerRequest

All Superinterfaces:
InvokerRequest<EncryptOptions>
All Known Implementing Classes:
DefaultEncryptInvokerRequest

@Experimental public interface EncryptInvokerRequest extends InvokerRequest<EncryptOptions>
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