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 SummaryFieldsFields inherited from class org.apache.maven.cling.invoker.LookupInvokercontextConsumer, protoLookup
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected LookupContextcreateContext(InvokerRequest invokerRequest) protected intexecute(LookupContext context) Methods inherited from class org.apache.maven.cling.invoker.LookupInvokeractivateLogging, calculateDegreeOfConcurrency, configureLogging, container, createContainerCapsuleFactory, createCoreExtensionSelector, createTerminal, customizeSettingsRequest, customizeSettingsResult, describe, determineBuildEventListener, determineWriter, doConfigureWithTerminal, doConfigureWithTerminalWithRawStreamsDisabled, doConfigureWithTerminalWithRawStreamsEnabled, doCreateTerminal, doDetermineBuildEventListener, doDetermineWriter, doInvoke, handleException, helpOrVersionAndMayExit, init, invoke, localRepositoryPath, lookup, mayDisableInteractiveMode, populateRequest, populateRequestFromSettings, postCommands, postContainer, preCommands, printErrors, pushCoreProperties, pushUserProperties, settings, settings, showVersion, validate
- 
Field Details- 
OKpublic static final int OK- See Also:
 
- 
ERRORpublic static final int ERROR- See Also:
 
 
- 
- 
Constructor Details- 
ShellInvoker
 
- 
- 
Method Details- 
createContext- Specified by:
- createContextin class- LookupInvoker<LookupContext>
 
- 
execute- Specified by:
- executein class- LookupInvoker<LookupContext>
- Throws:
- Exception
 
 
-