Class ClusterExecAction

  • All Implemented Interfaces:
    Action

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

      • ClusterExecAction

        public ClusterExecAction()
    • Method Detail

      • 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
      • 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.