Class LegacyAction
- java.lang.Object
-
- fr.ens.biologie.genomique.aozan.aozan3.action.LegacyAction
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_NAME
Name of this action.
-
Constructor Summary
Constructors Constructor Description LegacyAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action(Configuration conf, List<String> arguments, fr.ens.biologie.genomique.kenetre.log.GenericLogger logger)
Execute action.String
getDescription()
Get action description.String
getName()
Get the name of the action.boolean
isHidden()
Test if the action must be hidden from the list of available actions.
-
-
-
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.
-
getDescription
public String getDescription()
Description copied from interface:Action
Get action description.- Specified by:
getDescription
in interfaceAction
- Returns:
- the description description
-
isHidden
public boolean isHidden()
Description copied from interface:Action
Test if the action must be hidden from the list of available actions.
-
action
public void action(Configuration conf, List<String> arguments, fr.ens.biologie.genomique.kenetre.log.GenericLogger logger)
Description copied from interface:Action
Execute action.
-
-