Package org.verapdf.processor.app
Class ConfigManagerImpl
java.lang.Object
org.verapdf.processor.app.ConfigManagerImpl
- All Implemented Interfaces:
ConfigManager
- Version:
- 0.1 Created 31 Oct 2016:09:20:14
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigManagerImplcreateProcessorConfig(EnumSet<TaskType> tasks) createProcessorConfig(EnumSet<TaskType> tasks, String mdFolder) voidupdateAppConfig(VeraAppConfig config) voidvoidupdateFixerConfig(MetadataFixerConfig config) voidupdateValidatorConfig(ValidatorConfig config)
-
Method Details
-
getValidatorConfig
- Specified by:
getValidatorConfigin interfaceConfigManager- See Also:
-
getFeaturesConfig
- Specified by:
getFeaturesConfigin interfaceConfigManager- See Also:
-
getPluginsCollectionConfig
- Specified by:
getPluginsCollectionConfigin interfaceConfigManager
-
getFixerConfig
- Specified by:
getFixerConfigin interfaceConfigManager- See Also:
-
createProcessorConfig
- Specified by:
createProcessorConfigin interfaceConfigManager- See Also:
-
createProcessorConfig
- Specified by:
createProcessorConfigin interfaceConfigManager- See Also:
-
createProcessorConfig
- Specified by:
createProcessorConfigin interfaceConfigManager- See Also:
-
getApplicationConfig
- Specified by:
getApplicationConfigin interfaceConfigManager- See Also:
-
getConfigDir
- Specified by:
getConfigDirin interfaceConfigManager- See Also:
-
updateValidatorConfig
public void updateValidatorConfig(ValidatorConfig config) throws jakarta.xml.bind.JAXBException, IOException - Specified by:
updateValidatorConfigin interfaceConfigManager- Throws:
jakarta.xml.bind.JAXBExceptionIOException- See Also:
-
updateFeaturesConfig
public void updateFeaturesConfig(FeatureExtractorConfig config) throws jakarta.xml.bind.JAXBException, IOException - Specified by:
updateFeaturesConfigin interfaceConfigManager- Throws:
jakarta.xml.bind.JAXBExceptionIOException- See Also:
-
updateFixerConfig
public void updateFixerConfig(MetadataFixerConfig config) throws jakarta.xml.bind.JAXBException, IOException - Specified by:
updateFixerConfigin interfaceConfigManager- Throws:
jakarta.xml.bind.JAXBExceptionIOException- See Also:
-
updateAppConfig
public void updateAppConfig(VeraAppConfig config) throws jakarta.xml.bind.JAXBException, IOException - Specified by:
updateAppConfigin interfaceConfigManager- Throws:
jakarta.xml.bind.JAXBExceptionIOException
-
create
-