Uses of Class
org.apache.nutch.util.domain.TopLevelDomain.Type
-
Packages that use TopLevelDomain.Type Package Description org.apache.nutch.util.domain Classes for domain name analysis. -
-
Uses of TopLevelDomain.Type in org.apache.nutch.util.domain
Methods in org.apache.nutch.util.domain that return TopLevelDomain.Type Modifier and Type Method Description TopLevelDomain.Type
TopLevelDomain. getType()
static TopLevelDomain.Type
TopLevelDomain.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TopLevelDomain.Type[]
TopLevelDomain.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.nutch.util.domain with parameters of type TopLevelDomain.Type Constructor Description TopLevelDomain(String domain, TopLevelDomain.Type type, DomainSuffix.Status status, float boost)
-