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
This class define the cluster exec Action.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
isApplicationAvailableForCurrentArch, isCurrentArchCompatible, isHadoopJarMode, isHidden
-
Field Details
-
ACTION_NAME
Name of this action.- See Also:
-
-
Constructor Details
-
ClusterExecAction
public ClusterExecAction()
-
-
Method Details
-
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
Description copied from interface:ActionGet action description.- Specified by:
getDescriptionin interfaceAction- Overrides:
getDescriptionin classExecAction- Returns:
- the description description
-
action
Description copied from interface:ActionExecute action.- Specified by:
actionin interfaceAction- Overrides:
actionin classExecAction- Parameters:
arguments- arguments of the action.
-