| Package | Description |
|---|---|
| org.verapdf.processor |
| Modifier and Type | Method and Description |
|---|---|
static TaskType |
TaskType.fromString(String toParse) |
TaskType |
TaskResult.getType() |
static TaskType |
TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskType[] |
TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumMap<TaskType,TaskResult> |
ProcessorResult.getResults() |
EnumSet<TaskType> |
ProcessorConfig.getTasks() |
EnumSet<TaskType> |
ProcessorResult.getTaskTypes() |
| Modifier and Type | Method and Description |
|---|---|
TaskResult |
ProcessorResult.getResultForTask(TaskType taskType) |
boolean |
ProcessorConfig.hasTask(TaskType toCheck) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorConfig |
ProcessorFactory.fromValues(ValidatorConfig config,
FeatureExtractorConfig featureConfig,
MetadataFixerConfig fixerConfig,
EnumSet<TaskType> tasks) |
static ProcessorConfig |
ProcessorFactory.fromValues(ValidatorConfig config,
FeatureExtractorConfig featureConfig,
MetadataFixerConfig fixerConfig,
EnumSet<TaskType> tasks,
String mdFolder) |
static ProcessorConfig |
ProcessorFactory.fromValues(ValidatorConfig config,
FeatureExtractorConfig featureConfig,
MetadataFixerConfig fixerConfig,
EnumSet<TaskType> tasks,
ValidationProfile customProfile) |
static ProcessorConfig |
ProcessorFactory.fromValues(ValidatorConfig config,
FeatureExtractorConfig featureConfig,
MetadataFixerConfig fixerConfig,
EnumSet<TaskType> tasks,
ValidationProfile customProfile,
String mdFolder) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.