Class CreateHadoopJarAction
java.lang.Object
fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
fr.ens.biologie.genomique.eoulsan.actions.CreateHadoopJarAction
- All Implemented Interfaces:
Action
This class define an action to create hadoop jar file.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecute action.Get action description.getName()Get the name of the action.booleanTest if the action can be executed with current platform.Methods inherited from class fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
isApplicationAvailableForCurrentArch, isHadoopJarMode, isHidden
-
Field Details
-
ACTION_NAME
Name of this action.- See Also:
-
-
Constructor Details
-
CreateHadoopJarAction
public CreateHadoopJarAction()
-
-
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
-
isCurrentArchCompatible
public boolean isCurrentArchCompatible()Description copied from interface:ActionTest if the action can be executed with current platform.- Specified by:
isCurrentArchCompatiblein interfaceAction- Overrides:
isCurrentArchCompatiblein classAbstractAction- Returns:
- true if the action can be executed with current platform
-
action
Description copied from interface:ActionExecute action.- Parameters:
arguments- arguments of the action.
-