| Package | Description |
|---|---|
| org.verapdf.processor | |
| org.verapdf.processor.reports |
| Modifier and Type | Method and Description |
|---|---|
ProcessorResult |
ItemProcessor.process(File toProcess)
Process a
File and return the ProcessorResult |
ProcessorResult |
ItemProcessor.process(ItemDetails fileDetails,
InputStream toProcess)
Process an
InputStream and return the ProcessorResult |
static ProcessorResult |
ProcessorFactory.resultFromXml(InputStream source) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorFactory.BatchSummariser.addProcessingResult(ProcessorResult result) |
void |
BatchProcessingHandler.handleResult(ProcessorResult result)
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. |
void |
AbstractBatchHandler.handleResult(ProcessorResult result) |
protected void |
AbstractBatchProcessor.processResult(ProcessorResult result) |
static void |
ProcessorFactory.resultToXml(ProcessorResult toConvert,
OutputStream stream,
boolean prettyXml) |
| Modifier and Type | Method and Description |
|---|---|
Summarisers.ValidationSummaryBuilder |
Summarisers.ValidationSummaryBuilder.addResult(ProcessorResult result) |
Summarisers.FeatureSummaryBuilder |
Summarisers.FeatureSummaryBuilder.addResult(ProcessorResult result) |
Summarisers.RepairSummaryBuilder |
Summarisers.RepairSummaryBuilder.addResult(ProcessorResult result) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.