Uses of Class
org.apache.logging.log4j.core.config.plugins.validation.constraints.ValidHost
-
-
Uses of ValidHost in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender with annotations of type ValidHost Modifier and Type Field Description private java.lang.StringSocketAppender.AbstractBuilder. host -
Uses of ValidHost in org.apache.logging.log4j.core.config.plugins.validation.validators
Fields in org.apache.logging.log4j.core.config.plugins.validation.validators declared as ValidHost Modifier and Type Field Description private ValidHostValidHostValidator. annotationMethods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type ValidHost Modifier and Type Method Description voidValidHostValidator. initialize(ValidHost annotation) -
Uses of ValidHost in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net with annotations of type ValidHost Modifier and Type Field Description private java.net.InetAddressSocketAddress.Builder. host -
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 CouchDbProviderCouchDbProvider. 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.
-