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
-
Field Summary
Fields inherited from class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader
PREFIX -
Method Summary
Modifier and TypeMethodDescriptionstatic InputPreprocessorServiceRetrieve the singleton static instance of an AlignmentsFilter.Methods inherited from class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader
addClassesToNotLoad, addClassToNotLoad, clearClassesToNotLoad, getClassesToNotLoad, getServiceClasses, isService, newService, newServices, reload, removeClassesToNotLoad, removeClassToNotLoad
-
Method Details
-
getInstance
Retrieve the singleton static instance of an AlignmentsFilter.- Returns:
- A ActionService instance
-