Package org.apache.maven.cling.invoker
Class LookupInvoker<C extends LookupContext>
java.lang.Object
org.apache.maven.cling.invoker.LookupInvoker<C>
- Type Parameters:
C
- The context type.
- All Implemented Interfaces:
AutoCloseable
,Invoker
- Direct Known Subclasses:
EncryptInvoker
,MavenInvoker
Lookup invoker implementation, that boots up DI container.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
activateLogging
(C context) protected int
calculateDegreeOfConcurrency
(String threadConfiguration) protected void
configureLogging
(C context) protected void
protected ContainerCapsuleFactory
<C> protected abstract C
createContext
(InvokerRequest invokerRequest) protected void
createTerminal
(C context) protected void
customizeSettingsRequest
(C context, org.apache.maven.api.services.SettingsBuilderRequest settingsBuilderRequest) protected void
customizeSettingsResult
(C context, org.apache.maven.api.services.SettingsBuilderResult settingsBuilderResult) protected String
describe
(org.jline.terminal.Terminal terminal) determineWriter
(C context) protected void
doConfigureWithTerminal
(C context, org.jline.terminal.Terminal terminal) doDetermineWriter
(C context) protected int
protected abstract int
protected InvokerException
handleException
(C context, Exception e) protected void
helpOrVersionAndMayExit
(C context) protected void
int
invoke
(InvokerRequest invokerRequest) protected boolean
isRunningOnCI
(C context) protected Path
localRepositoryPath
(C context) protected void
protected boolean
mayDisableInteractiveMode
(C context, boolean proposedInteractive) protected void
populateRequest
(C context, org.apache.maven.api.services.Lookup lookup, MavenExecutionRequest request) protected void
populateRequestFromSettings
(MavenExecutionRequest request, org.apache.maven.api.settings.Settings settings) protected void
postCommands
(C context) protected void
postContainer
(C context) protected void
preCommands
(C context) protected void
protected void
pushCoreProperties
(C context) protected void
pushUserProperties
(C context) protected void
protected void
protected void
showVersion
(C context) protected void
-
Field Details
-
protoLookup
-
-
Constructor Details
-
LookupInvoker
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvoker
- Throws:
InvokerException
-
doInvoke
- Throws:
Exception
-
handleException
- Throws:
InvokerException
-
createContext
- Throws:
InvokerException
-
pushCoreProperties
- Throws:
Exception
-
pushUserProperties
- Throws:
Exception
-
validate
- Throws:
Exception
-
prepare
- Throws:
Exception
-
configureLogging
- Throws:
Exception
-
createTerminal
-
doConfigureWithTerminal
-
determineWriter
-
doDetermineWriter
-
activateLogging
- Throws:
Exception
-
helpOrVersionAndMayExit
- Throws:
Exception
-
showVersion
-
describe
-
preCommands
- Throws:
Exception
-
container
- Throws:
Exception
-
createContainerCapsuleFactory
-
postContainer
- Throws:
Exception
-
lookup
- Throws:
Exception
-
init
- Throws:
Exception
-
postCommands
- Throws:
Exception
-
settings
- Throws:
Exception
-
settings
protected void settings(C context, org.apache.maven.api.services.SettingsBuilder settingsBuilder) throws Exception - Throws:
Exception
-
customizeSettingsRequest
protected void customizeSettingsRequest(C context, org.apache.maven.api.services.SettingsBuilderRequest settingsBuilderRequest) throws Exception - Throws:
Exception
-
customizeSettingsResult
protected void customizeSettingsResult(C context, org.apache.maven.api.services.SettingsBuilderResult settingsBuilderResult) throws Exception - Throws:
Exception
-
mayDisableInteractiveMode
-
localRepositoryPath
-
populateRequest
protected void populateRequest(C context, org.apache.maven.api.services.Lookup lookup, MavenExecutionRequest request) throws Exception - Throws:
Exception
-
populateRequestFromSettings
protected void populateRequestFromSettings(MavenExecutionRequest request, org.apache.maven.api.settings.Settings settings) throws Exception - Throws:
Exception
-
calculateDegreeOfConcurrency
-
isRunningOnCI
-
execute
- Throws:
Exception
-