Uses of Interface
org.apache.maven.api.cli.mvnenc.EncryptInvokerRequest
Packages that use EncryptInvokerRequest
Package
Description
-
Uses of EncryptInvokerRequest in org.apache.maven.api.cli.mvnenc
Methods in org.apache.maven.api.cli.mvnenc that return EncryptInvokerRequestModifier and TypeMethodDescriptionEncryptParser.parse
(ParserRequest parserRequest) Parses the given ParserRequest to create an EncryptInvokerRequest.Methods in org.apache.maven.api.cli.mvnenc with parameters of type EncryptInvokerRequestModifier and TypeMethodDescriptionint
EncryptInvoker.invoke
(EncryptInvokerRequest invokerRequest) Invokes the encryption tool using the provided EncryptInvokerRequest. -
Uses of EncryptInvokerRequest in org.apache.maven.cling
Methods in org.apache.maven.cling that return EncryptInvokerRequestModifier and TypeMethodDescriptionprotected EncryptInvokerRequest
MavenEncCling.parseArguments
(String[] args) Methods in org.apache.maven.cling that return types with arguments of type EncryptInvokerRequestModifier and TypeMethodDescriptionprotected Invoker
<EncryptInvokerRequest> MavenEncCling.createInvoker()
-
Uses of EncryptInvokerRequest in org.apache.maven.cling.invoker.mvnenc
Classes in org.apache.maven.cling.invoker.mvnenc that implement EncryptInvokerRequestMethods in org.apache.maven.cling.invoker.mvnenc that return EncryptInvokerRequestModifier and TypeMethodDescriptionprotected EncryptInvokerRequest
DefaultEncryptParser.getInvokerRequest
(BaseParser.LocalContext context) Methods in org.apache.maven.cling.invoker.mvnenc with parameters of type EncryptInvokerRequestModifier and TypeMethodDescriptionprotected DefaultEncryptInvoker.LocalContext
DefaultEncryptInvoker.createContext
(EncryptInvokerRequest invokerRequest) Constructors in org.apache.maven.cling.invoker.mvnenc with parameters of type EncryptInvokerRequestModifierConstructorDescriptionprotected
LocalContext
(DefaultEncryptInvoker invoker, EncryptInvokerRequest invokerRequest)