Uses of Class
org.apache.tika.config.ServiceLoader
Packages that use ServiceLoader
Package
Description
Tika configuration tools.
Media type detection.
Tika parsers.
External parser process.
Utilities.
-
Uses of ServiceLoader in org.apache.tika.config
Methods in org.apache.tika.config that return ServiceLoaderMethods in org.apache.tika.config with parameters of type ServiceLoaderModifier and TypeMethodDescriptionprotected static CompositeDetector
TikaConfig.getDefaultDetector
(MimeTypes types, ServiceLoader loader) protected static CompositeEncodingDetector
TikaConfig.getDefaultEncodingDetector
(ServiceLoader loader) protected static CompositeRenderer
TikaConfig.getDefaultRenderer
(ServiceLoader loader) Constructors in org.apache.tika.config with parameters of type ServiceLoaderModifierConstructorDescriptionTikaConfig
(File file, ServiceLoader loader) TikaConfig
(URL url, ServiceLoader loader) TikaConfig
(Path path, ServiceLoader loader) TikaConfig
(Document document, ServiceLoader loader) -
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.parser.external
Methods in org.apache.tika.parser.external with parameters of type ServiceLoaderModifier and TypeMethodDescriptionstatic List<ExternalParser>
ExternalParsersFactory.create
(String filename, ServiceLoader loader) static List<ExternalParser>
ExternalParsersFactory.create
(ServiceLoader loader) -
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> T
ServiceLoaderUtils.newInstance
(Class klass, ServiceLoader loader) Loads a class and instantiates it.