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, isFileListener
private java.util.List antActions
public AntActionUninstallerListener()
public void beforeDeletion(java.util.List files, AbstractUIProgressHandler handler) throws java.lang.Exception
UninstallerListener
beforeDeletion
in interface UninstallerListener
beforeDeletion
in class SimpleUninstallerListener
files
- all files which should be deletedhandler
- a handler to the current used UIProgressHandlerjava.lang.Exception
public void afterDeletion(java.util.List files, AbstractUIProgressHandler handler) throws java.lang.Exception
UninstallerListener
afterDeletion
in interface UninstallerListener
afterDeletion
in class SimpleUninstallerListener
files
- all files which where deletedhandler
- a handler to the current used UIProgressHandlerjava.lang.Exception