| Package | Description |
|---|---|
| org.verapdf.core |
Core types and constructs to support validation classes.
|
| org.verapdf.core.utils | |
| org.verapdf.policy | |
| org.verapdf.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedPdfException |
class |
FeatureParsingException
Exception type for errors that occur while parsing PDF Features
|
class |
ModelParsingException
Exception type for PDFParser problems.
|
class |
ProfileException
Exception that occurs when there is a problem parsing a validation profile.
|
class |
ValidationException
Exception type for problems encountered while performing validation.
|
| Modifier and Type | Method and Description |
|---|---|
File |
FileOutputMapper.mapFile(File orig)
Map an original source file to an output file using the getPrefix() as
the file name prefix and get suffix as the suffix.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PolicyChecker.applyPolicy(File policy,
InputStream xmlReport,
OutputStream policyReport) |
static void |
PolicyChecker.applyPolicy(InputStream policy,
InputStream xmlReport,
OutputStream policyReport,
boolean isXsl) |
static void |
PolicyChecker.insertPolicyReport(File policyReport,
File mrrReport,
OutputStream mergedReport) |
| Modifier and Type | Method and Description |
|---|---|
VeraPDFException |
TaskResult.getException() |
protected static VeraPDFException |
AbstractXmlHandler.wrapMarshallException(JAXBException excep,
String typePart) |
protected static VeraPDFException |
AbstractXmlHandler.wrapStreamException(XMLStreamException excep) |
protected static VeraPDFException |
AbstractXmlHandler.wrapStreamException(XMLStreamException excep,
String verbPart) |
| Modifier and Type | Method and Description |
|---|---|
static BatchProcessingHandler |
ProcessorFactory.getHandler(FormatOption option,
boolean isVerbose,
int maxFailedChecksPerRule,
boolean logPassed) |
static BatchProcessingHandler |
ProcessorFactory.getHandler(FormatOption option,
boolean isVerbose,
OutputStream reportStream,
int maxFailedChecksPerRule,
boolean logPassed) |
void |
BatchProcessingHandler.handleBatchEnd(BatchSummary summary) |
void |
BatchProcessingHandler.handleBatchStart(ProcessorConfig config) |
void |
AbstractBatchHandler.handleResult(ProcessorResult result) |
void |
BatchProcessingHandler.handleResult(ProcessorResult result) |
ProcessorResult |
ItemProcessor.process(File toProcess) |
BatchSummary |
AbstractBatchProcessor.process(File toProcess,
boolean recurse,
BatchProcessingHandler resultHandler) |
BatchSummary |
BatchProcessor.process(File toProcess,
boolean recurse,
BatchProcessingHandler resutlHandler) |
BatchSummary |
AbstractBatchProcessor.process(List<? extends File> toProcess,
BatchProcessingHandler resultHandler) |
BatchSummary |
BatchProcessor.process(List<? extends File> toProcess,
BatchProcessingHandler resutlHandler) |
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) |
static BatchProcessingHandler |
ProcessorFactory.rawResultHandler() |
static BatchProcessingHandler |
ProcessorFactory.rawResultHandler(Writer dest) |
static BatchProcessingHandler |
ProcessorFactory.rawResultHandler(Writer dest,
int indentSize) |
| Constructor and Description |
|---|
AbstractXmlHandler(Writer dest) |
AbstractXmlHandler(Writer dest,
int indentSize) |
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.