| Package | Description |
|---|---|
| org.verapdf.apps | |
| org.verapdf.cli.commands | |
| org.verapdf.processor |
| Modifier and Type | Method and Description |
|---|---|
FormatOption |
VeraAppConfig.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
Applications.Builder |
Applications.Builder.format(FormatOption format) |
| Modifier and Type | Method and Description |
|---|---|
FormatOption |
VeraCliArgParser.FormatConverter.convert(String value)
{ @inheritDoc }
|
FormatOption |
VeraCliArgParser.getFormat() |
| 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) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.