Package org.apache.tika.pipes.fetcher
Class EmptyFetcher
- java.lang.Object
-
- org.apache.tika.pipes.fetcher.EmptyFetcher
-
-
Constructor Summary
Constructors Constructor Description EmptyFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
fetch(String fetchKey, Metadata metadata, ParseContext parseContext)
String
getName()
-
-
-
Method Detail
-
fetch
public InputStream fetch(String fetchKey, Metadata metadata, ParseContext parseContext) throws TikaException, IOException
- Specified by:
fetch
in interfaceFetcher
- Throws:
TikaException
IOException
-
-