public interface ConfigManager
| Modifier and Type | Method and Description |
|---|---|
ProcessorConfig |
createProcessorConfig() |
ProcessorConfig |
createProcessorConfig(EnumSet<TaskType> tasks) |
VeraAppConfig |
getApplicationConfig() |
File |
getConfigDir() |
FeatureExtractorConfig |
getFeaturesConfig() |
MetadataFixerConfig |
getFixerConfig() |
ValidatorConfig |
getValidatorConfig() |
void |
updateAppConfig(VeraAppConfig config) |
void |
updateFeaturesConfig(FeatureExtractorConfig config) |
void |
updateFixerConfig(MetadataFixerConfig config) |
void |
updateValidatorConfig(ValidatorConfig config) |
ValidatorConfig getValidatorConfig()
FeatureExtractorConfig getFeaturesConfig()
MetadataFixerConfig getFixerConfig()
ProcessorConfig createProcessorConfig()
ProcessorConfig createProcessorConfig(EnumSet<TaskType> tasks)
VeraAppConfig getApplicationConfig()
File getConfigDir()
void updateValidatorConfig(ValidatorConfig config)
throws JAXBException,
IOException
JAXBExceptionIOExceptionvoid updateFeaturesConfig(FeatureExtractorConfig config)
throws JAXBException,
IOException
JAXBExceptionIOExceptionvoid updateFixerConfig(MetadataFixerConfig config)
throws JAXBException,
IOException
JAXBExceptionIOExceptionvoid updateAppConfig(VeraAppConfig config) throws JAXBException, IOException
JAXBExceptionIOExceptionCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.