Class 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 Detail

      • AbstractInfoAction

        public AbstractInfoAction()
    • Method Detail

      • 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.
      • showInfo

        protected abstract void showInfo​(Settings settings)
        Show the information on stdout
        Parameters:
        settings - the Eoulsan settings