public class StreamingProcessorImpl extends Object implements StreamingProcessor
| Modifier and Type | Method and Description |
|---|---|
ProcessorConfig |
getConfig() |
Collection<ReleaseDetails> |
getDependencies() |
ComponentDetails |
getDetails() |
BatchSummary |
process(List<? extends File> toProcess,
OutputStream dest) |
BatchSummary |
process(List<? extends File> toProcess,
Writer dest) |
BatchSummary |
processDirectory(File toProcess,
OutputStream dest,
boolean recurse) |
BatchSummary |
processDirectory(File toProcess,
Writer dest,
boolean recurse) |
public ProcessorConfig getConfig()
getConfig in interface ProcessorProcessor.getConfig()public Collection<ReleaseDetails> getDependencies()
getDependencies in interface ProcessorProcessor.getDependencies()public ComponentDetails getDetails()
getDetails in interface ComponentComponent.getDetails()public BatchSummary processDirectory(File toProcess, OutputStream dest, boolean recurse) throws XMLStreamException, JAXBException
processDirectory in interface StreamingProcessorXMLStreamExceptionJAXBExceptionpublic BatchSummary processDirectory(File toProcess, Writer dest, boolean recurse) throws XMLStreamException, JAXBException
processDirectory in interface StreamingProcessorXMLStreamExceptionJAXBExceptionpublic BatchSummary process(List<? extends File> toProcess, OutputStream dest) throws XMLStreamException, JAXBException
process in interface StreamingProcessorXMLStreamExceptionJAXBExceptionStreamingProcessor.process(java.util.List,
java.io.OutputStream)public BatchSummary process(List<? extends File> toProcess, Writer dest) throws XMLStreamException, JAXBException
process in interface StreamingProcessorXMLStreamExceptionJAXBExceptionCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.