Class LegacyAction
- java.lang.Object
-
- fr.ens.biologie.genomique.aozan.aozan3.action.LegacyAction
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_NAMEName of this action.
-
Constructor Summary
Constructors Constructor Description LegacyAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(Configuration conf, List<String> arguments, fr.ens.biologie.genomique.kenetre.log.GenericLogger logger)Execute action.StringgetDescription()Get action description.StringgetName()Get the name of the action.booleanisHidden()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:ActionGet the name of the action.
-
getDescription
public String getDescription()
Description copied from interface:ActionGet action description.- Specified by:
getDescriptionin interfaceAction- Returns:
- the description description
-
isHidden
public boolean isHidden()
Description copied from interface:ActionTest 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:ActionExecute action.
-
-