Class ShellInvoker
java.lang.Object
org.apache.maven.cling.invoker.LookupInvoker<LookupContext>
org.apache.maven.cling.invoker.mvnsh.ShellInvoker
- All Implemented Interfaces:
AutoCloseable
,Invoker
mvnsh invoker implementation.
-
Field Summary
FieldsFields inherited from class org.apache.maven.cling.invoker.LookupInvoker
contextConsumer, protoLookup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LookupContext
createContext
(InvokerRequest invokerRequest) protected int
execute
(LookupContext context) Methods inherited from class org.apache.maven.cling.invoker.LookupInvoker
activateLogging, calculateDegreeOfConcurrency, configureLogging, container, createContainerCapsuleFactory, createTerminal, customizeSettingsRequest, customizeSettingsResult, describe, determineBuildEventListener, determineWriter, doConfigureWithTerminal, doConfigureWithTerminalWithRawStreamsDisabled, doConfigureWithTerminalWithRawStreamsEnabled, doCreateTerminal, doDetermineBuildEventListener, doDetermineWriter, doInvoke, handleException, helpOrVersionAndMayExit, init, invoke, isRunningOnCI, localRepositoryPath, lookup, mayDisableInteractiveMode, populateRequest, populateRequestFromSettings, postCommands, postContainer, preCommands, printErrors, pushCoreProperties, pushUserProperties, settings, settings, showVersion, validate
-
Field Details
-
OK
public static final int OK- See Also:
-
ERROR
public static final int ERROR- See Also:
-
-
Constructor Details
-
ShellInvoker
-
-
Method Details
-
createContext
- Specified by:
createContext
in classLookupInvoker<LookupContext>
-
execute
- Specified by:
execute
in classLookupInvoker<LookupContext>
- Throws:
Exception
-