Class DefaultLocalMavenInvoker
java.lang.Object
org.apache.maven.cling.invoker.LookupInvoker<MavenOptions,MavenInvokerRequest<MavenOptions>,DefaultLocalMavenInvoker.LocalContext>
  
org.apache.maven.cling.invoker.mvn.DefaultMavenInvoker<MavenOptions,MavenInvokerRequest<MavenOptions>,DefaultLocalMavenInvoker.LocalContext>
  
org.apache.maven.cling.invoker.mvn.local.DefaultLocalMavenInvoker
- All Implemented Interfaces:
- AutoCloseable,- Invoker<MavenInvokerRequest<MavenOptions>>,- LocalMavenInvoker,- MavenInvoker<MavenInvokerRequest<MavenOptions>>
public class DefaultLocalMavenInvoker
extends DefaultMavenInvoker<MavenOptions,MavenInvokerRequest<MavenOptions>,DefaultLocalMavenInvoker.LocalContext>
implements LocalMavenInvoker  
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class org.apache.maven.cling.invoker.mvn.DefaultMavenInvokerDefaultMavenInvoker.MavenContext<O extends MavenOptions,R extends MavenInvokerRequest<O>, C extends DefaultMavenInvoker.MavenContext<O, R, C>> Nested classes/interfaces inherited from class org.apache.maven.cling.invoker.LookupInvokerLookupInvoker.ExitException, LookupInvoker.LookupInvokerContext<O extends Options,R extends InvokerRequest<O>, C extends LookupInvoker.LookupInvokerContext<O, R, C>> 
- 
Field SummaryFields inherited from class org.apache.maven.cling.invoker.mvn.DefaultMavenInvokerANSI_RESET, LAST_ANSI_SEQUENCE, NEXT_LINEFields inherited from class org.apache.maven.cling.invoker.LookupInvokerprotoLookup
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected DefaultLocalMavenInvoker.LocalContextcreateContext(MavenInvokerRequest<MavenOptions> invokerRequest) Methods inherited from class org.apache.maven.cling.invoker.mvn.DefaultMavenInvokercustomizeSettingsRequest, customizeSettingsResult, determineExecutionListener, determineGlobalChecksumPolicy, determineMakeBehavior, determinePom, determineReactorFailureBehaviour, determineTransferListener, doExecute, execute, getResumeFromSelector, init, logBuildResumeHint, logSummary, lookup, performProfileActivation, performProjectActivation, populateRequest, postCommands, prepare, toolchainsMethods inherited from class org.apache.maven.cling.invoker.LookupInvokeractivateLogging, calculateDegreeOfConcurrency, configureLogging, container, createContainerCapsuleFactory, createTerminal, determineBuildEventListener, doConfigureWithTerminal, doDetermineBuildEventListener, doInvoke, handleException, helpOrVersionAndMayExit, invoke, isRunningOnCI, localRepositoryPath, mayDisableInteractiveMode, populateRequestFromSettings, preCommands, pushProperties, settings, settings, validateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.cli.mvn.MavenInvokerinvoke
- 
Constructor Details- 
DefaultLocalMavenInvoker
 
- 
- 
Method Details- 
createContextprotected DefaultLocalMavenInvoker.LocalContext createContext(MavenInvokerRequest<MavenOptions> invokerRequest) - Specified by:
- createContextin class- LookupInvoker<MavenOptions,- MavenInvokerRequest<MavenOptions>, - DefaultLocalMavenInvoker.LocalContext> 
 
 
-