Uses of Class
org.openstreetmap.josm.data.validation.routines.EmailValidator
-
Packages that use EmailValidator Package Description org.openstreetmap.josm.data.validation.routines This package contains independent validation routines adapted from Apache Commons Validator 1.5.0. -
-
Uses of EmailValidator in org.openstreetmap.josm.data.validation.routines
Fields in org.openstreetmap.josm.data.validation.routines declared as EmailValidator Modifier and Type Field Description private static EmailValidatorEmailValidator. EMAIL_VALIDATORSingleton instance of this class, which doesn't consider local addresses as valid.private static EmailValidatorEmailValidator. EMAIL_VALIDATOR_WITH_LOCALSingleton instance of this class, which does consider local addresses valid.private static EmailValidatorEmailValidator. EMAIL_VALIDATOR_WITH_TLDSingleton instance of this class, which doesn't consider local addresses as valid.Methods in org.openstreetmap.josm.data.validation.routines that return EmailValidator Modifier and Type Method Description static EmailValidatorEmailValidator. getInstance()Returns the Singleton instance of this validator.static EmailValidatorEmailValidator. getInstance(boolean allowLocal)Returns the Singleton instance of this validator, with local validation as required.static EmailValidatorEmailValidator. getInstance(boolean allowLocal, boolean allowTld)Returns the Singleton instance of this validator, with local validation as required.
-