Class ModulesAction
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
-
- fr.ens.biologie.genomique.eoulsan.actions.AbstractInfoAction
-
- fr.ens.biologie.genomique.eoulsan.actions.ModulesAction
-
- All Implemented Interfaces:
Action
public class ModulesAction extends AbstractInfoAction
This class define an action that show the list of available formats.- Since:
- 2.3
- Author:
- Laurent Jourdren
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_NAMEName of this action.
-
Constructor Summary
Constructors Constructor Description ModulesAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name of the action.protected voidshowInfo(Settings settings)Show the information on stdout-
Methods inherited from class fr.ens.biologie.genomique.eoulsan.actions.AbstractInfoAction
action, getDescription
-
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.- Returns:
- the name of the action
-
showInfo
protected void showInfo(Settings settings)
Description copied from class:AbstractInfoActionShow the information on stdout- Specified by:
showInfoin classAbstractInfoAction- Parameters:
settings- the Eoulsan settings
-
-