public class InstallExtensionTask extends AtomicTask
Constructor and Description |
---|
InstallExtensionTask() |
InstallExtensionTask(java.lang.String zipFile,
java.lang.String destinationDir,
boolean deleteZip) |
Modifier and Type | Method and Description |
---|---|
void |
commit(TaskContext tc)
Commit this task.
|
void |
perform(TaskContext tc)
Perform this task.
|
void |
rollback(TaskContext tc)
Roll this task back.
|
getProperties, pause
public InstallExtensionTask()
public InstallExtensionTask(java.lang.String zipFile, java.lang.String destinationDir, boolean deleteZip)
public void perform(TaskContext tc) throws TaskFailedException
AtomicTask
perform
in class AtomicTask
TaskFailedException
public void rollback(TaskContext tc) throws TaskFailedException
AtomicTask
rollback
in class AtomicTask
TaskFailedException
public void commit(TaskContext tc) throws TaskFailedException
AtomicTask
commit
in class AtomicTask
TaskFailedException