Package org.apache.tika.pipes
Class PipesParser
- java.lang.Object
-
- org.apache.tika.pipes.PipesParser
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class PipesParser extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description PipesParser(PipesConfig pipesConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
PipesResult
parse(FetchEmitTuple t)
-
-
-
Constructor Detail
-
PipesParser
public PipesParser(PipesConfig pipesConfig)
-
-
Method Detail
-
parse
public PipesResult parse(FetchEmitTuple t) throws InterruptedException, PipesException, IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-