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 String
ACTION_NAME
Name of this action.
-
Constructor Summary
Constructors Constructor Description ModulesAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get the name of the action.protected void
showInfo(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:Action
Get the name of the action.- Returns:
- the name of the action
-
showInfo
protected void showInfo(Settings settings)
Description copied from class:AbstractInfoAction
Show the information on stdout- Specified by:
showInfo
in classAbstractInfoAction
- Parameters:
settings
- the Eoulsan settings
-
-