Class ClusterExecAction
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
-
- fr.ens.biologie.genomique.eoulsan.actions.ExecAction
-
- fr.ens.biologie.genomique.eoulsan.actions.ClusterExecAction
-
- All Implemented Interfaces:
Action
public class ClusterExecAction extends ExecAction
This class define the cluster exec Action.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_NAMEName of this action.
-
Constructor Summary
Constructors Constructor Description ClusterExecAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(List<String> arguments)Execute action.StringgetDescription()Get action description.StringgetName()Get the name of the action.-
Methods inherited from class fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
isApplicationAvailableForCurrentArch, isCurrentArchCompatible, isHadoopJarMode, isHidden
-
-
-
-
Field Detail
-
ACTION_NAME
public static final String ACTION_NAME
Name of this action.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:ActionGet the name of the action.- Specified by:
getNamein interfaceAction- Overrides:
getNamein classExecAction- Returns:
- the name of the action
-
getDescription
public String getDescription()
Description copied from interface:ActionGet action description.- Specified by:
getDescriptionin interfaceAction- Overrides:
getDescriptionin classExecAction- Returns:
- the description description
-
-