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 voidclose()PipesResultparse(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:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Throws:
 IOException
 
 - 
 
 -