com.interrupt.bob.processor
Class DocumentProcessor
java.lang.Object
com.interrupt.bob.processor.DocumentProcessor
- public class DocumentProcessor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentProcessor
public DocumentProcessor()
endHandle
public void endHandle(CallbackEvent event)
processSingle
public void processSingle(java.lang.String pathName)
throws ProcessorException
- Throws:
ProcessorException
processSingle
public void processSingle(java.io.File fileToParse)
throws ProcessorException
- Throws:
ProcessorException
process
public void process(java.util.List pathList)
throws ProcessorException
- Throws:
ProcessorException
process
public void process(java.lang.String uri)
throws ProcessorException
- Throws:
ProcessorException
setHandler
public void setHandler(DocumentHandler handl)
getHandler
public DocumentHandler getHandler()