Class CommandLineExecutorComponent
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent
- All Implemented Interfaces:
CommandLineExecutorService
,Adaptable
,Component
,Extensible
,TimestampedService
public class CommandLineExecutorComponent
extends DefaultComponent
implements CommandLineExecutorService
POJO implementation of the
CommandLineExecutorService
interface. Also handles the Extension Point logic.- Author:
- tiry
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<String,
CommandLineDescriptor> static final String
static final String
protected EnvironmentDescriptor
protected Map<String,
EnvironmentDescriptor> static final String
static final String
static final String
protected Map<String,
CommandTester> protected boolean
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activate
(ComponentContext context) Activates the component.void
deactivate
(ComponentContext context) Deactivates the component.execCommand
(String commandName, CmdParameters params) getCommandAvailability
(String commandName) static CommandLineDescriptor
getCommandDescriptor
(String commandName) Deprecated.getCommandLineDescriptor
(String commandName) void
registerContribution
(Object contribution, String extensionPoint, ComponentInstance contributor) void
start
(ComponentContext context) Start the component.void
unregisterContribution
(Object contribution, String extensionPoint, ComponentInstance contributor) Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
addRuntimeMessage, addRuntimeMessage, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, stop, unregister, unregisterExtension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
-
Field Details
-
EP_ENV
- See Also:
-
EP_CMD
- See Also:
-
EP_CMDTESTER
- See Also:
-
DEFAULT_TESTER
- See Also:
-
DEFAULT_EXECUTOR
- See Also:
-
commandDescriptors
-
env
-
envDescriptors
-
testers
-
executors
-
useTimeout
protected boolean useTimeout
-
-
Constructor Details
-
CommandLineExecutorComponent
public CommandLineExecutorComponent()
-
-
Method Details
-
activate
Description copied from interface:Component
Activates the component.This method is called by the runtime when a component is activated.
- Specified by:
activate
in interfaceComponent
- Overrides:
activate
in classDefaultComponent
- Parameters:
context
- the runtime context
-
start
Description copied from interface:Component
Start the component. This method is called after all the components were resolved and activated- Specified by:
start
in interfaceComponent
- Overrides:
start
in classDefaultComponent
-
deactivate
Description copied from interface:Component
Deactivates the component.This method is called by the runtime when a component is deactivated.
- Specified by:
deactivate
in interfaceComponent
- Overrides:
deactivate
in classDefaultComponent
- Parameters:
context
- the runtime context
-
registerContribution
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) - Overrides:
registerContribution
in classDefaultComponent
-
unregisterContribution
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) - Overrides:
unregisterContribution
in classDefaultComponent
-
execCommand
- Specified by:
execCommand
in interfaceCommandLineExecutorService
- Throws:
CommandNotAvailable
-
getCommandAvailability
- Specified by:
getCommandAvailability
in interfaceCommandLineExecutorService
-
getRegistredCommands
- Specified by:
getRegistredCommands
in interfaceCommandLineExecutorService
-
getAvailableCommands
- Specified by:
getAvailableCommands
in interfaceCommandLineExecutorService
-
getCommandLineDescriptor
- Specified by:
getCommandLineDescriptor
in interfaceCommandLineExecutorService
-
getCommandDescriptor
Deprecated.since 11.4, use instance methodgetCommandLineDescriptor(java.lang.String)
instead -
getDefaultCmdParameters
- Specified by:
getDefaultCmdParameters
in interfaceCommandLineExecutorService
- Returns:
- a new
CmdParameters
pre-filled with commonly used parameters such as the tmp dir.
-
getCommandLineDescriptor(java.lang.String)
instead