Class LegacyAction
java.lang.Object
fr.ens.biologie.genomique.aozan.aozan3.action.LegacyAction
- All Implemented Interfaces:
Action
This class define an legacy action. The legacy action allow to use Aozan 3
like Aozan 2.
- Since:
- 3.0
- Author:
- Laurent Jourdren
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaction(Configuration conf, List<String> arguments, fr.ens.biologie.genomique.kenetre.log.GenericLogger logger) Execute action.Get action description.getName()Get the name of the action.booleanisHidden()Test if the action must be hidden from the list of available actions.
-
Field Details
-
ACTION_NAME
Name of this action.- See Also:
-
-
Constructor Details
-
LegacyAction
public LegacyAction()
-
-
Method Details
-
getName
Description copied from interface:ActionGet the name of the action. -
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.
-