Package org.apache.tika.pipes.fetcher
Class EmptyFetcher
java.lang.Object
org.apache.tika.pipes.fetcher.EmptyFetcher
- All Implemented Interfaces:
Fetcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfetch
(String fetchKey, Metadata metadata, ParseContext parseContext) getName()
-
Constructor Details
-
EmptyFetcher
public EmptyFetcher()
-
-
Method Details
-
getName
-
fetch
public InputStream fetch(String fetchKey, Metadata metadata, ParseContext parseContext) throws TikaException, IOException - Specified by:
fetch
in interfaceFetcher
- Throws:
TikaException
IOException
-