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 Summary
Nested classes/interfaces inherited from class org.apache.maven.cling.invoker.mvn.DefaultMavenInvoker
DefaultMavenInvoker.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.LookupInvoker
LookupInvoker.ExitException, LookupInvoker.LookupInvokerContext<O extends Options,
R extends InvokerRequest<O>, C extends LookupInvoker.LookupInvokerContext<O, R, C>> -
Field Summary
Fields inherited from class org.apache.maven.cling.invoker.mvn.DefaultMavenInvoker
ANSI_RESET, LAST_ANSI_SEQUENCE, NEXT_LINE
Fields inherited from class org.apache.maven.cling.invoker.LookupInvoker
protoLookup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected DefaultLocalMavenInvoker.LocalContext
createContext
(MavenInvokerRequest<MavenOptions> invokerRequest) Methods inherited from class org.apache.maven.cling.invoker.mvn.DefaultMavenInvoker
customizeSettingsRequest, customizeSettingsResult, determineExecutionListener, determineGlobalChecksumPolicy, determineMakeBehavior, determinePom, determineReactorFailureBehaviour, determineTransferListener, doExecute, execute, getResumeFromSelector, init, logBuildResumeHint, logSummary, lookup, performProfileActivation, performProjectActivation, populateRequest, postCommands, prepare, toolchains
Methods inherited from class org.apache.maven.cling.invoker.LookupInvoker
activateLogging, calculateDegreeOfConcurrency, configureLogging, container, createContainerCapsuleFactory, createTerminal, determineBuildEventListener, doConfigureWithTerminal, doDetermineBuildEventListener, doInvoke, handleException, helpOrVersionAndMayExit, invoke, isRunningOnCI, localRepositoryPath, mayDisableInteractiveMode, populateRequestFromSettings, preCommands, pushProperties, settings, settings, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.cli.mvn.MavenInvoker
invoke
-
Constructor Details
-
DefaultLocalMavenInvoker
-
-
Method Details
-
createContext
protected DefaultLocalMavenInvoker.LocalContext createContext(MavenInvokerRequest<MavenOptions> invokerRequest) - Specified by:
createContext
in classLookupInvoker<MavenOptions,
MavenInvokerRequest<MavenOptions>, DefaultLocalMavenInvoker.LocalContext>
-