public class AntActionUninstallerListener extends SimpleUninstallerListener
| Modifier and Type | Field and Description |
|---|---|
private java.util.List |
antActions
Ant actions to be performed after deletion
|
AFTER_DELETE, AFTER_DELETION, BEFORE_DELETE, BEFORE_DELETION| Constructor and Description |
|---|
AntActionUninstallerListener()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterDeletion(java.util.List files,
AbstractUIProgressHandler handler)
This method will be called from the destroyer after the given files are deleted.
|
void |
beforeDeletion(java.util.List files,
AbstractUIProgressHandler handler)
This method will be called from the destroyer before the given files will be deleted.
|
afterDelete, beforeDelete, isFileListenerprivate java.util.List antActions
public AntActionUninstallerListener()
public void beforeDeletion(java.util.List files,
AbstractUIProgressHandler handler)
throws java.lang.Exception
UninstallerListenerbeforeDeletion in interface UninstallerListenerbeforeDeletion in class SimpleUninstallerListenerfiles - all files which should be deletedhandler - a handler to the current used UIProgressHandlerjava.lang.Exceptionpublic void afterDeletion(java.util.List files,
AbstractUIProgressHandler handler)
throws java.lang.Exception
UninstallerListenerafterDeletion in interface UninstallerListenerafterDeletion in class SimpleUninstallerListenerfiles - all files which where deletedhandler - a handler to the current used UIProgressHandlerjava.lang.Exception