Java org.apache.commons.validator.routines DomainValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator.routines DomainValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator.routines DomainValidator.

The text is from its open source code.

Method

DomainValidatorgetInstance()
Returns the singleton instance of this validator.
booleanisValid(String domain)
Returns true if the specified String parses as a valid domain name with a recognized top-level domain.
booleanisValidCountryCodeTld(String ccTld)
Returns true if the specified String matches any IANA-defined country code top-level domain.
booleanisValidTld(String tld)
Returns true if the specified String matches any IANA-defined top-level domain.