Class EncryptInvoker
java.lang.Object
org.apache.maven.cling.invoker.LookupInvoker<EncryptContext>
org.apache.maven.cling.invoker.mvnenc.EncryptInvoker
- All Implemented Interfaces:
AutoCloseable
,Invoker
mvnenc invoker implementation.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from class org.apache.maven.cling.invoker.LookupInvoker
protoLookup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
badGoalsErrorMessage
(String message, EncryptContext context) protected EncryptContext
createContext
(InvokerRequest invokerRequest) protected int
doExecute
(EncryptContext context) protected int
execute
(EncryptContext context) protected void
lookup
(EncryptContext context) Methods inherited from class org.apache.maven.cling.invoker.LookupInvoker
activateLogging, calculateDegreeOfConcurrency, configureLogging, container, createContainerCapsuleFactory, createTerminal, customizeSettingsRequest, customizeSettingsResult, describe, determineBuildEventListener, determineWriter, doConfigureWithTerminal, doDetermineBuildEventListener, doDetermineWriter, doInvoke, handleException, helpOrVersionAndMayExit, init, invoke, isRunningOnCI, localRepositoryPath, mayDisableInteractiveMode, populateRequest, populateRequestFromSettings, postCommands, postContainer, preCommands, prepare, pushCoreProperties, pushUserProperties, settings, settings, showVersion, validate
-
Field Details
-
OK
public static final int OK- See Also:
-
ERROR
public static final int ERROR- See Also:
-
BAD_OPERATION
public static final int BAD_OPERATION- See Also:
-
CANCELED
public static final int CANCELED- See Also:
-
-
Constructor Details
-
EncryptInvoker
-
-
Method Details
-
execute
- Specified by:
execute
in classLookupInvoker<EncryptContext>
- Throws:
Exception
-
createContext
- Specified by:
createContext
in classLookupInvoker<EncryptContext>
-
lookup
- Overrides:
lookup
in classLookupInvoker<EncryptContext>
-
doExecute
- Throws:
Exception
-
badGoalsErrorMessage
-