Package org.apache.tika.pipes.fetcher
Class EmptyFetcher
- java.lang.Object
- 
- org.apache.tika.pipes.fetcher.EmptyFetcher
 
- 
- 
Constructor SummaryConstructors Constructor Description EmptyFetcher()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamfetch(String fetchKey, Metadata metadata)StringgetName()
 
- 
- 
- 
Method Detail- 
fetchpublic InputStream fetch(String fetchKey, Metadata metadata) throws TikaException, IOException - Specified by:
- fetchin interface- Fetcher
- Throws:
- TikaException
- IOException
 
 
- 
 
-