| Package | Description |
|---|---|
| org.verapdf.processor | |
| org.verapdf.processor.reports.multithread.writer |
| Modifier and Type | Method and Description |
|---|---|
static FormatOption |
FormatOption.fromOption(String option)
Performs a match against the parameter
String option of each
FormatType's option and returns a matching instance. |
static FormatOption |
FormatOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatOption[] |
FormatOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static ReportWriter |
ReportWriter.newInstance(OutputStream os,
FormatOption outputFormat,
OutputStream errorStream) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.