public void performAction(boolean uninstall) throws Exception(Code)
Performs all defined actions.
Parameters: uninstall - An install/uninstall switch. If this is true only the uninstallactions, otherwise only the install actions are being performed. See Also:AntAction.performInstallAction() See Also: for calling all install actions. See Also:AntAction.performUninstallAction() See Also: for calling all uninstall actions. throws: Exception -
Sets the given value to the property identified by the given name.
Parameters: name - key of the property Parameters: value - value to be used for the property