Uses of Interface
org.verapdf.processor.app.ConfigManager
-
Packages that use ConfigManager Package Description org.verapdf.apps org.verapdf.cli.commands org.verapdf.processor.app -
-
Uses of ConfigManager in org.verapdf.apps
Methods in org.verapdf.apps that return ConfigManager Modifier and Type Method Description static ConfigManagerApplications. createAppConfigManager()Shortcut method to find configuration in the local user directory or, if it doesn't exist, to create configuration in the application installation configuration directory, if installation configuration directory is not writable method shall create configuration in the local user directory.static ConfigManagerApplications. createConfigManager(File root)static ConfigManagerApplications. createTmpConfigManager()Shortcut method to create a configuration in the temp directory. -
Uses of ConfigManager in org.verapdf.cli.commands
Methods in org.verapdf.cli.commands with parameters of type ConfigManager Modifier and Type Method Description voidVeraCliArgParser. setValuesFromConfig(ConfigManager configManager) -
Uses of ConfigManager in org.verapdf.processor.app
Classes in org.verapdf.processor.app that implement ConfigManager Modifier and Type Class Description classConfigManagerImpl
-