Uses of Package
org.apache.tika.pipes.fetcher
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.pipes Class Description FetchKey Pair of fetcherName (which fetcher to call) and the key to send to that fetcher to retrieve a specific file.
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.pipes.fetcher Class Description Fetcher Interface for an object that will fetch an InputStream given a fetch string.FetcherManager Utility class to hold multiple fetchers.
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.pipes.fetcher.azblob Class Description AbstractFetcher Fetcher Interface for an object that will fetch an InputStream given a fetch string.
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.pipes.fetcher.fs Class Description AbstractFetcher Fetcher Interface for an object that will fetch an InputStream given a fetch string.
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.pipes.fetcher.gcs Class Description AbstractFetcher Fetcher Interface for an object that will fetch an InputStream given a fetch string.
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.pipes.fetcher.http Class Description AbstractFetcher Fetcher Interface for an object that will fetch an InputStream given a fetch string.RangeFetcher This class extracts a range of bytes from a given fetch key.
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.pipes.fetcher.s3 Class Description AbstractFetcher Fetcher Interface for an object that will fetch an InputStream given a fetch string.RangeFetcher This class extracts a range of bytes from a given fetch key.
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.pipes.fetcher.url Class Description AbstractFetcher Fetcher Interface for an object that will fetch an InputStream given a fetch string.
- 
Classes in org.apache.tika.pipes.fetcher used by org.apache.tika.server.core Class Description FetcherManager Utility class to hold multiple fetchers.