Uses of Interface
org.apache.tika.pipes.fetcher.Fetcher
-
-
Uses of Fetcher in org.apache.tika.pipes.fetcher
Subinterfaces 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.azblob
Classes 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.fs
Classes 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.gcs
Classes 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.http
Classes 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.s3
Classes 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.url
Classes in org.apache.tika.pipes.fetcher.url that implement Fetcher Modifier and Type Class Description classUrlFetcherSimple fetcher for URLs.
-