public interface ProcessorConfig
Processor or BatchProcessor.| Modifier and Type | Method and Description |
|---|---|
ValidationProfile |
getCustomProfile() |
FeatureExtractorConfig |
getFeatureConfig() |
MetadataFixerConfig |
getFixerConfig() |
String |
getMetadataFolder() |
PluginsCollectionConfig |
getPluginsCollectionConfig() |
EnumSet<TaskType> |
getTasks() |
ValidatorConfig |
getValidatorConfig() |
boolean |
hasCustomProfile() |
boolean |
hasTask(TaskType toCheck) |
ValidationProfile getCustomProfile()
ValidationProfile or a
Profiles#defaultProfile() instance if no custom profile
is assigned.boolean hasCustomProfile()
ValidationProfileValidatorConfig getValidatorConfig()
ValidatorConfig assigned to this configuration, or
ValidatorFactory#defaultConfig() if no validation task
has been assigned.FeatureExtractorConfig getFeatureConfig()
FeatureExtractorConfig assigned to this configuration
or FeatureFactory#defaultConfig() if no feature
extraction task has been assigned.PluginsCollectionConfig getPluginsCollectionConfig()
MetadataFixerConfig getFixerConfig()
MetadataFixerConfig assigned to this configuration or
FixerFactory#defaultConfig() if no MetadataFixer task has
been assigned.String getMetadataFolder()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.