Uses of Class
net.ionite.docval.config.ConfigurationError
Packages that use ConfigurationError
Package
Description
Configuration reader and configuration data classes
Server (HTTP) and client for bulk- or continuous validation
Validation implementation, manager, and result classes
-
Uses of ConfigurationError in net.ionite.docval.config
Methods in net.ionite.docval.config that throw ConfigurationErrorModifier and TypeMethodDescriptionConfigReader.readConfig()Read the configuration file set in the constructor. -
Uses of ConfigurationError in net.ionite.docval.server
Methods in net.ionite.docval.server that throw ConfigurationErrorModifier and TypeMethodDescriptionvoidDocValHttpServer.loadConfigFile()(Re)load the validation part of the configuration file used in the initializer (if any).
Note that this does *not* reconfigure or re-initialize the listeners specified in the configuration.Constructors in net.ionite.docval.server that throw ConfigurationErrorModifierConstructorDescriptionDocValHttpServer(String configFile) Initialize a server with the configuration in the given configuration file.DocValHttpServer(ConfigData configData) Initialize a server with the configuration in the given configuration data. -
Uses of ConfigurationError in net.ionite.docval.validation
Methods in net.ionite.docval.validation that throw ConfigurationErrorModifier and TypeMethodDescriptionvoidValidatorManager.applyConfig(ConfigData configData) Apply the given configuration data.