Class 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 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 class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<InputPreprocessor>
      • getMethodName

        protected String getMethodName()
        Specified by:
        getMethodName in class fr.ens.biologie.genomique.kenetre.util.ServiceNameLoader<InputPreprocessor>