Uses of Class
org.apache.tika.pipes.fetcher.AbstractFetcher
- 
- 
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.azblobSubclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.azblob Modifier and Type Class Description classAZBlobFetcherFetches files from Azure blob storage.
- 
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.fsSubclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.fs Modifier and Type Class Description classFileSystemFetcher
- 
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.gcsSubclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.gcs Modifier and Type Class Description classGCSFetcherFetches files from google cloud storage.
- 
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.httpSubclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.http Modifier and Type Class Description classHttpFetcherBased on Apache httpclient
- 
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.s3Subclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.s3 Modifier and Type Class Description classS3FetcherFetches files from s3.
- 
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.urlSubclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.url Modifier and Type Class Description classUrlFetcherSimple fetcher for URLs.
 
-