Uses of Interface
org.apache.tika.pipes.fetcher.Fetcher
- 
- 
Uses of Fetcher in org.apache.tika.pipes.fetcherSubinterfaces of Fetcher in org.apache.tika.pipes.fetcher Modifier and Type Interface Description interfaceRangeFetcherThis class extracts a range of bytes from a given fetch key.Classes in org.apache.tika.pipes.fetcher that implement Fetcher Modifier and Type Class Description classAbstractFetcherclassEmptyFetcherMethods in org.apache.tika.pipes.fetcher that return Fetcher Modifier and Type Method Description FetcherFetcherManager. getFetcher()Convenience method that returns a fetcher if only one fetcher is specified in the tika-config file.FetcherFetcherManager. getFetcher(String fetcherName)Constructor parameters in org.apache.tika.pipes.fetcher with type arguments of type Fetcher Constructor Description FetcherManager(List<Fetcher> fetchers)
- 
Uses of Fetcher in org.apache.tika.pipes.fetcher.azblobClasses in org.apache.tika.pipes.fetcher.azblob that implement Fetcher Modifier and Type Class Description classAZBlobFetcherFetches files from Azure blob storage.
- 
Uses of Fetcher in org.apache.tika.pipes.fetcher.fsClasses in org.apache.tika.pipes.fetcher.fs that implement Fetcher Modifier and Type Class Description classFileSystemFetcher
- 
Uses of Fetcher in org.apache.tika.pipes.fetcher.gcsClasses in org.apache.tika.pipes.fetcher.gcs that implement Fetcher Modifier and Type Class Description classGCSFetcherFetches files from google cloud storage.
- 
Uses of Fetcher in org.apache.tika.pipes.fetcher.httpClasses in org.apache.tika.pipes.fetcher.http that implement Fetcher Modifier and Type Class Description classHttpFetcherBased on Apache httpclient
- 
Uses of Fetcher in org.apache.tika.pipes.fetcher.s3Classes in org.apache.tika.pipes.fetcher.s3 that implement Fetcher Modifier and Type Class Description classS3FetcherFetches files from s3.
- 
Uses of Fetcher in org.apache.tika.pipes.fetcher.urlClasses in org.apache.tika.pipes.fetcher.url that implement Fetcher Modifier and Type Class Description classUrlFetcherSimple fetcher for URLs.
 
-