Uses of Class
org.apache.logging.log4j.core.config.plugins.validation.constraints.ValidHost
-
Packages that use ValidHost Package Description org.apache.logging.log4j.core.config.plugins.validation.validators ConstraintValidator implementations for the constraint annotations.org.apache.logging.log4j.couchdb The classes in this package contain the Apache CouchDB provider for the NoSQL Appender. -
-
Uses of ValidHost in org.apache.logging.log4j.core.config.plugins.validation.validators
Methods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type ValidHost Modifier and Type Method Description void
ValidHostValidator. initialize(ValidHost annotation)
-
Uses of ValidHost in org.apache.logging.log4j.couchdb
Method parameters in org.apache.logging.log4j.couchdb with annotations of type ValidHost Modifier and Type Method Description static CouchDbProvider
CouchDbProvider. createNoSqlProvider(java.lang.String databaseName, java.lang.String protocol, java.lang.String server, java.lang.String port, java.lang.String username, java.lang.String password, java.lang.String factoryClassName, java.lang.String factoryMethodName)
Factory method for creating an Apache CouchDB provider within the plugin manager.
-