Interface Action

    • Method Detail

      • getName

        String getName()
        Get the name of the action.
        Returns:
        the name of the action
      • getDescription

        String getDescription()
        Get action description.
        Returns:
        the description description
      • action

        void action​(Configuration conf,
                    List<String> arguments,
                    fr.ens.biologie.genomique.kenetre.log.GenericLogger logger)
        Execute action.
        Parameters:
        conf - configuration
        arguments - arguments of the action
        logger - logger
      • isHidden

        boolean isHidden()
        Test if the action must be hidden from the list of available actions.
        Returns:
        true if the action must be hidden