Class ClusterTaskAction
java.lang.Object
fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
fr.ens.biologie.genomique.eoulsan.actions.ClusterTaskAction
- All Implemented Interfaces:
Action
This class define a action to launch a task on a cluster.
- 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
-
Field Details
-
ACTION_NAME
Name of this action.- See Also:
-
-
Constructor Details
-
ClusterTaskAction
public ClusterTaskAction()
-
-
Method Details
-
getName
Description copied from interface:ActionGet the name of the action.- Returns:
- the name of the action
-
getDescription
Description copied from interface:ActionGet action description.- Returns:
- the description description
-
isHidden
public boolean isHidden()Description copied from interface:ActionTest if the action must be hidden from the list of available actions.- Specified by:
isHiddenin interfaceAction- Overrides:
isHiddenin classAbstractAction- Returns:
- true if the action must be hidden
-
action
Description copied from interface:ActionExecute action.- Parameters:
arguments- arguments of the action.
-