Package com.install4j.api.beans
Class ActionList
java.lang.Object
com.install4j.api.beans.ActionList
- All Implemented Interfaces:
Serializable
Property type for a configurable list of actions.
Configuration options are available by using
ActionListPropertyDescriptor
in
the BeanInfo class.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Called by the framework.boolean
If the execution of the actions should be terminated when an action fails.void
setBreakOnError
(boolean breakOnError) Determines if the execution of the actions should be terminated when an action fails.void
Called by the framework.
-
Constructor Details
-
ActionList
public ActionList()
-
-
Method Details
-
getId
Called by the framework. -
setId
Called by the framework. -
isBreakOnError
public boolean isBreakOnError()If the execution of the actions should be terminated when an action fails.- Returns:
- the value
-
setBreakOnError
public void setBreakOnError(boolean breakOnError) Determines if the execution of the actions should be terminated when an action fails.- Parameters:
breakOnError
- the new value
-