Class ActionService

java.lang.Object
fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Action>
fr.ens.biologie.genomique.eoulsan.actions.ActionService

public class ActionService extends fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Action>
This class define a service to retrieve an Action
Since:
1.0
Author:
Laurent Jourdren
  • Field Summary

    Fields inherited from class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader

    PREFIX
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the list of actions available.
    Retrieve the singleton static instance of an ActionService.

    Methods inherited from class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader

    addClassesToNotLoad, addClassToNotLoad, clearClassesToNotLoad, getClassesToNotLoad, getServiceClasses, isService, newService, newServices, reload, removeClassesToNotLoad, removeClassToNotLoad

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInstance

      public static ActionService getInstance()
      Retrieve the singleton static instance of an ActionService.
      Returns:
      A ActionService instance
    • getActions

      public List<Action> getActions()
      Get the list of actions available.
      Returns:
      a list with all the available actions