Class HadoopExecAction
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
-
- fr.ens.biologie.genomique.eoulsan.actions.HadoopExecAction
-
- All Implemented Interfaces:
Action
public class HadoopExecAction extends AbstractAction
This class launch Eoulsan in hadoop mode.- Since:
- 1.0
- Author:
- Laurent Jourdren
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_NAME
Name of this action.
-
Constructor Summary
Constructors Constructor Description HadoopExecAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action(List<String> arguments)
Execute action.String
getDescription()
Get action description.String
getName()
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
-
-