static BatchProcessingHandler |
ProcessorFactory.getHandler(FormatOption option,
boolean isVerbose,
boolean logPassed) |
|
static BatchProcessingHandler |
ProcessorFactory.getHandler(FormatOption option,
boolean isVerbose,
OutputStream reportStream,
boolean logPassed) |
|
static BatchProcessingHandler |
ProcessorFactory.getHandler(FormatOption option,
boolean isVerbose,
OutputStream reportStream,
boolean logPassed,
String wikiPath) |
|
void |
BatchProcessingHandler.handleBatchEnd(BatchSummary summary) |
This method is called by the BatchProcessor at the end of the
batch process and allows custom action to be taken informed by the
summary of the batch process.
|
void |
JsonHandler.handleBatchEnd(BatchSummary summary) |
|
void |
BatchProcessingHandler.handleBatchStart(ProcessorConfig config) |
This method is called by the BatchProcessor at the start of
processing.
|
void |
JsonHandler.handleBatchStart(ProcessorConfig config) |
|
void |
AbstractBatchHandler.handleResult(ProcessorResult result,
Boolean isLogsEnabled) |
|
void |
BatchProcessingHandler.handleResult(ProcessorResult result,
Boolean isLogsEnabled) |
This method is called by the BatchProcessor after each item in
the batch is processed allowing the implementor to take specific action
for each item processed.
|
BatchSummary |
AbstractBatchProcessor.process(File toProcess,
boolean recurse,
BatchProcessingHandler resultHandler) |
|
BatchSummary |
AbstractBatchProcessor.process(List<? extends File> toProcess,
BatchProcessingHandler resultHandler) |
|
BatchSummary |
BatchProcessor.process(File toProcess,
boolean recurse,
BatchProcessingHandler resutlHandler) |
Process all .pdf files in a directory, optionally recursively.
|
BatchSummary |
BatchProcessor.process(List<? extends File> toProcess,
BatchProcessingHandler resutlHandler) |
Process a list of PDF files
|
ProcessorResult |
ItemProcessor.process(File toProcess) |
|
protected abstract void |
AbstractBatchProcessor.processContainer(File container,
boolean recurse) |
|
protected void |
BatchFileProcessor.processContainer(File container,
boolean recurse) |
|
protected abstract void |
AbstractBatchProcessor.processList(List<? extends File> toProcess) |
|
protected void |
BatchFileProcessor.processList(List<? extends File> toProcess) |
|
protected void |
AbstractBatchProcessor.processResult(ProcessorResult result,
Boolean isLogsEnabled) |
|
static BatchProcessingHandler |
ProcessorFactory.rawResultHandler() |
|
static BatchProcessingHandler |
ProcessorFactory.rawResultHandler(Writer dest) |
|
protected <T> void |
AbstractXmlHandler.serializeElement(T obj,
String eleName,
boolean format,
boolean fragment) |
|
static void |
ProcessorFactory.writeSingleResultReport(ProcessorResult toConvert,
BatchProcessingHandler tmpHandler,
ProcessorConfig config) |
|