Class ExecAction

java.lang.Object
fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
fr.ens.biologie.genomique.eoulsan.actions.ExecAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
ClusterExecAction

public class ExecAction extends AbstractAction
This class define the Local exec Action.
Since:
1.0
Author:
Laurent Jourdren
  • Field Details

  • Constructor Details

    • ExecAction

      public ExecAction()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Action
      Get the name of the action.
      Returns:
      the name of the action
    • getDescription

      public String getDescription()
      Description copied from interface: Action
      Get action description.
      Returns:
      the description description
    • action

      public void action(List<String> arguments)
      Description copied from interface: Action
      Execute action.
      Parameters:
      arguments - arguments of the action.