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 booleanaccept(Class<?> clazz)static InputPreprocessorServicegetInstance()Retrieve the singleton static instance of an AlignmentsFilter.protected StringgetMethodName()-
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:
acceptin classfr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<InputPreprocessor>
-
getMethodName
protected String getMethodName()
- Specified by:
getMethodNamein classfr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<InputPreprocessor>
-
-