Uses of Class
net.ionite.docval.config.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
Modifier and TypeMethodDescriptionConfigReader.readConfig()
Read the configuration file set in the constructor. -
Uses of ConfigurationError in net.ionite.docval.server
Modifier and TypeMethodDescriptionvoid
DocValHttpServer.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.ModifierConstructorDescriptionDocValHttpServer
(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
Modifier and TypeMethodDescriptionvoid
ValidatorManager.applyConfig
(ConfigData configData) Apply the given configuration data.