| Modifier and Type | Field and Description |
|---|---|
protected String |
containerName
The container name.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ContainerCommand(String containerName)
Instantiates a new container command.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
execute(org.exoplatform.container.ExoContainer exoContainer)
Execute actual work of the commend (in extending class).
|
protected abstract void |
onContainerError(String error)
Callback to execute on container error.
|
void |
run() |
protected final String containerName
protected ContainerCommand(String containerName)
containerName - the container nameprotected abstract void execute(org.exoplatform.container.ExoContainer exoContainer)
exoContainer - the exo containerprotected abstract void onContainerError(String error)
error - the errorCopyright © 2003–2019 eXo Platform SAS. All rights reserved.