Class ExecuteCustomCodeUninstall
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.actions.CustomCode
-
- com.zerog.ia.auto.project.actions.ExecuteCustomCode
-
- com.zerog.ia.auto.project.actions.ExecuteCustomCodeUninstall
-
- All Implemented Interfaces:
DBHostable
,GeneralAction
,JEEHostable
,OSHostable
,Referenceable
- Direct Known Subclasses:
PlugInUAction
public class ExecuteCustomCodeUninstall extends ExecuteCustomCode
Runs the uninstall method of a custom code at with installSelf(), and never registers anything for uninstall. Intended for the uninstaller sequence action that runs uninstall() methods of custom code at uninstall.
-
-
Constructor Summary
Constructors Constructor Description ExecuteCustomCodeUninstall()
-
Method Summary
-
Methods inherited from class com.zerog.ia.auto.project.actions.ExecuteCustomCode
getClassFullName, getDialogLabel, getRunsAfterFilesDeleted, getShowIndeterminateDialog, getShowPleaseWaitPanel, getUniqueName, setClassFullName, setDialogLabel, setRunsAfterFilesDeleted, setShowIndeterminateDialog, setShowPleaseWaitPanel, setUniqueName
-
Methods inherited from class com.zerog.ia.auto.project.actions.CustomCode
getArchivesSigned, getDependencies, getSourceFile, setArchivesSigned, setDependencies, setSourceFile
-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-