mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Consolidate all Registry/TLD-related classes into google.registry.model.tld (#1277)
This commit is contained in:
parent
92e6c988b2
commit
753d4e58db
224 changed files with 525 additions and 589 deletions
|
@ -57,8 +57,8 @@ public final class DomainNameUtils {
|
|||
*
|
||||
* <p>This function is compatible with multi-part tlds, e.g. {@code co.uk}. This function will
|
||||
* also work on domains for which the registry is not authoritative. If you are certain that the
|
||||
* input will be under a TLD this registry controls, then it is preferable to use
|
||||
* {@link google.registry.model.registry.Registries#findTldForName(InternetDomainName)
|
||||
* input will be under a TLD this registry controls, then it is preferable to use {@link
|
||||
* google.registry.model.tld.Registries#findTldForName(InternetDomainName)
|
||||
* Registries#findTldForName}, which will work on hostnames in addition to domains.
|
||||
*
|
||||
* @param fullyQualifiedDomainName must be a punycode SLD (not a host or unicode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue