Class InputPreprocessorService
- java.lang.Object
-
- fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<InputPreprocessor>
-
- fr.ens.biologie.genomique.eoulsan.modules.multiqc.InputPreprocessorService
-
public class InputPreprocessorService extends fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<InputPreprocessor>
This class define a service to retrieve a InputPreprocessor.- Since:
- 2.2
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
accept(Class<?> clazz)
static InputPreprocessorService
getInstance()
Retrieve the singleton static instance of an AlignmentsFilter.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 InputPreprocessorService getInstance()
Retrieve the singleton static instance of an AlignmentsFilter.- Returns:
- A ActionService instance
-
accept
protected boolean accept(Class<?> clazz)
- Specified by:
accept
in classfr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<InputPreprocessor>
-
getMethodName
protected String getMethodName()
- Specified by:
getMethodName
in classfr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<InputPreprocessor>
-
-