Class AbstractInfoAction

java.lang.Object
fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
fr.ens.biologie.genomique.eoulsan.actions.AbstractInfoAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
FormatsAction, InfoAction, ModulesAction

public abstract class AbstractInfoAction extends AbstractAction
This class define an abstract action that show the some Eoulsan configuration and available modules
Since:
2.3
Author:
Laurent Jourdren
  • Constructor Details

    • AbstractInfoAction

      public AbstractInfoAction()
  • Method Details

    • getDescription

      public String getDescription()
      Description copied from interface: Action
      Get action description.
      Returns:
      the description description
    • action

      public void action(List<String> arguments)
      Description copied from interface: Action
      Execute action.
      Parameters:
      arguments - arguments of the action.