Package org.verapdf.processor.app
Interface ConfigManager
- All Known Implementing Classes:
ConfigManagerImpl
public interface ConfigManager
- Version:
- 0.1 Created 31 Oct 2016:09:12:43
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptioncreateProcessorConfig(EnumSet<TaskType> tasks) createProcessorConfig(EnumSet<TaskType> tasks, String mdFolder) voidupdateAppConfig(VeraAppConfig config) voidvoidupdateFixerConfig(MetadataFixerConfig config) voidupdateValidatorConfig(ValidatorConfig config)
-
Method Details
-
getValidatorConfig
ValidatorConfig getValidatorConfig() -
getFeaturesConfig
FeatureExtractorConfig getFeaturesConfig() -
getPluginsCollectionConfig
PluginsCollectionConfig getPluginsCollectionConfig() -
getFixerConfig
MetadataFixerConfig getFixerConfig() -
createProcessorConfig
ProcessorConfig createProcessorConfig() -
createProcessorConfig
-
createProcessorConfig
-
getApplicationConfig
VeraAppConfig getApplicationConfig() -
getConfigDir
File getConfigDir() -
updateValidatorConfig
- Throws:
JAXBExceptionIOException
-
updateFeaturesConfig
- Throws:
JAXBExceptionIOException
-
updateFixerConfig
- Throws:
JAXBExceptionIOException
-
updateAppConfig
- Throws:
JAXBExceptionIOException
-