Class ActionList

java.lang.Object
com.install4j.api.beans.ActionList
All Implemented Interfaces:
Serializable

public class ActionList extends Object implements Serializable
Property type for a configurable list of actions. Configuration options are available by using ActionListPropertyDescriptor in the BeanInfo class.
See Also:
  • Constructor Details

    • ActionList

      public ActionList()
  • Method Details

    • getId

      public String getId()
      Called by the framework.
    • setId

      public void setId(String id)
      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