Uses of Class
org.apache.tika.config.ServiceLoader
- 
Packages that use ServiceLoader Package Description org.apache.tika.config Tika configuration tools.org.apache.tika.detect Media type detection.org.apache.tika.detect.zip org.apache.tika.language.detect org.apache.tika.language.translate org.apache.tika.metadata.filter org.apache.tika.parser Tika parsers.org.apache.tika.parser.external External parser process.org.apache.tika.renderer org.apache.tika.utils Utilities.
- 
- 
Uses of ServiceLoader in org.apache.tika.configMethods in org.apache.tika.config that return ServiceLoader Modifier and Type Method Description ServiceLoaderTikaConfig. getServiceLoader()Methods in org.apache.tika.config with parameters of type ServiceLoader Modifier and Type Method Description protected static CompositeDetectorTikaConfig. getDefaultDetector(MimeTypes types, ServiceLoader loader)protected static CompositeEncodingDetectorTikaConfig. getDefaultEncodingDetector(ServiceLoader loader)protected static CompositeRendererTikaConfig. getDefaultRenderer(ServiceLoader loader)Constructors in org.apache.tika.config with parameters of type ServiceLoader Constructor Description TikaConfig(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.detectConstructors in org.apache.tika.detect with parameters of type ServiceLoader Constructor Description AutoDetectReader(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)DefaultProbDetector(ProbabilisticMimeDetectionSelector sel, ServiceLoader loader)
- 
Uses of ServiceLoader in org.apache.tika.detect.zipConstructors in org.apache.tika.detect.zip with parameters of type ServiceLoader Constructor Description DefaultZipContainerDetector(ServiceLoader loader)StreamingZipContainerDetector(ServiceLoader loader)
- 
Uses of ServiceLoader in org.apache.tika.language.detectMethods in org.apache.tika.language.detect with parameters of type ServiceLoader Modifier and Type Method Description static List<LanguageDetector>LanguageDetector. getLanguageDetectors(ServiceLoader loader)
- 
Uses of ServiceLoader in org.apache.tika.language.translateConstructors in org.apache.tika.language.translate with parameters of type ServiceLoader Constructor Description DefaultTranslator(ServiceLoader loader)
- 
Uses of ServiceLoader in org.apache.tika.metadata.filterConstructors in org.apache.tika.metadata.filter with parameters of type ServiceLoader Constructor Description DefaultMetadataFilter(ServiceLoader serviceLoader)
- 
Uses of ServiceLoader in org.apache.tika.parserConstructors in org.apache.tika.parser with parameters of type ServiceLoader Constructor Description DefaultParser(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.externalMethods in org.apache.tika.parser.external with parameters of type ServiceLoader Modifier and Type Method Description static List<ExternalParser>ExternalParsersFactory. create(String filename, ServiceLoader loader)static List<ExternalParser>ExternalParsersFactory. create(ServiceLoader loader)
- 
Uses of ServiceLoader in org.apache.tika.rendererConstructors in org.apache.tika.renderer with parameters of type ServiceLoader Constructor Description CompositeRenderer(ServiceLoader serviceLoader)
- 
Uses of ServiceLoader in org.apache.tika.utilsMethods in org.apache.tika.utils with parameters of type ServiceLoader Modifier and Type Method Description static <T> TServiceLoaderUtils. newInstance(Class klass, ServiceLoader loader)Loads a class and instantiates it.
 
-