Class ClusterExecAction

All Implemented Interfaces:
Action

public class ClusterExecAction extends ExecAction
This class define the cluster exec Action.
Since:
2.0
Author:
Laurent Jourdren
  • Field Details

  • Constructor Details

    • ClusterExecAction

      public ClusterExecAction()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Action
      Get the name of the action.
      Specified by:
      getName in interface Action
      Overrides:
      getName in class ExecAction
      Returns:
      the name of the action
    • getDescription

      public String getDescription()
      Description copied from interface: Action
      Get action description.
      Specified by:
      getDescription in interface Action
      Overrides:
      getDescription in class ExecAction
      Returns:
      the description description
    • action

      public void action(List<String> arguments)
      Description copied from interface: Action
      Execute action.
      Specified by:
      action in interface Action
      Overrides:
      action in class ExecAction
      Parameters:
      arguments - arguments of the action.