public static class EffectiveTldFinder.EffectiveTLD extends Object
Constructor and Description |
---|
EffectiveTLD(String line,
boolean isPrivateDomain) |
Modifier and Type | Method and Description |
---|---|
String |
getDomain() |
Set<String> |
getNameVariants()
Generate name variants caused by Internationalized Domain Names:
every IDN part of a eTLD can be replaced by its punycoded ASCII
variant.
|
boolean |
isException() |
boolean |
isWild() |
String |
toString() |
public EffectiveTLD(String line, boolean isPrivateDomain)
public Set<String> getNameVariants()
public String getDomain()
public boolean isWild()
public boolean isException()
Copyright © 2009–2018 Crawler-Commons. All rights reserved.