Uses of Class
org.apache.tika.config.ServiceLoader
Packages that use ServiceLoader
Package
Description
Media type detection.
Tika parsers.
Utilities.
-
Uses of ServiceLoader in org.apache.tika.detect
Constructors in org.apache.tika.detect with parameters of type ServiceLoaderModifierConstructorDescriptionAutoDetectReader(InputStream stream, Metadata metadata, ServiceLoader loader) DefaultDetector(MimeTypes types, ServiceLoader loader) DefaultDetector(MimeTypes types, ServiceLoader loader, Collection<Class<? extends Detector>> excludeDetectors) DefaultEncodingDetector(ServiceLoader loader) DefaultEncodingDetector(ServiceLoader loader, Collection<Class<? extends EncodingDetector>> excludeEncodingDetectors) -
Uses of ServiceLoader in org.apache.tika.detect.zip
Constructors in org.apache.tika.detect.zip with parameters of type ServiceLoaderModifierConstructorDescription -
Uses of ServiceLoader in org.apache.tika.language.detect
Methods in org.apache.tika.language.detect with parameters of type ServiceLoaderModifier and TypeMethodDescriptionstatic List<LanguageDetector>LanguageDetector.getLanguageDetectors(ServiceLoader loader) -
Uses of ServiceLoader in org.apache.tika.language.translate
Constructors in org.apache.tika.language.translate with parameters of type ServiceLoader -
Uses of ServiceLoader in org.apache.tika.metadata.filter
Constructors in org.apache.tika.metadata.filter with parameters of type ServiceLoader -
Uses of ServiceLoader in org.apache.tika.parser
Constructors in org.apache.tika.parser with parameters of type ServiceLoaderModifierConstructorDescriptionDefaultParser(MediaTypeRegistry registry, ServiceLoader loader) DefaultParser(MediaTypeRegistry registry, ServiceLoader loader, Collection<Class<? extends Parser>> excludeParsers) DefaultParser(MediaTypeRegistry registry, ServiceLoader loader, Collection<Class<? extends Parser>> excludeParsers, EncodingDetector encodingDetector, Renderer renderer) DefaultParser(MediaTypeRegistry registry, ServiceLoader loader, EncodingDetector encodingDetector, Renderer renderer) -
Uses of ServiceLoader in org.apache.tika.renderer
Constructors in org.apache.tika.renderer with parameters of type ServiceLoader -
Uses of ServiceLoader in org.apache.tika.utils
Methods in org.apache.tika.utils with parameters of type ServiceLoaderModifier and TypeMethodDescriptionstatic <T> TServiceLoaderUtils.newInstance(Class klass, ServiceLoader loader) Loads a class and instantiates it.