Class RequirementService
- java.lang.Object
-
- fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Requirement>
-
- fr.ens.biologie.genomique.eoulsan.requirements.RequirementService
-
public class RequirementService extends fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Requirement>
This class define a service for requirements.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
accept(Class<?> clazz)
static RequirementService
getInstance()
Retrieve the singleton static instance of a RequirementService.protected String
getMethodName()
-
Methods inherited from class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader
addClassesToNotLoad, addClassToNotLoad, clearClassesToNotLoad, getClassesToNotLoad, getServiceClasses, isCache, isService, isServiceNameCaseSensible, newService, newServices, reload, removeClassesToNotLoad, removeClassToNotLoad
-
-
-
-
Method Detail
-
getInstance
public static RequirementService getInstance()
Retrieve the singleton static instance of a RequirementService.- Returns:
- A RequirementService instance
-
accept
protected boolean accept(Class<?> clazz)
- Specified by:
accept
in classfr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Requirement>
-
getMethodName
protected String getMethodName()
- Specified by:
getMethodName
in classfr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<Requirement>
-
-