Uses of Enum
nl.basjes.parse.useragent.utils.publicsuffixlist.DomainType
Packages that use DomainType
-
Uses of DomainType in nl.basjes.parse.useragent.utils.publicsuffixlist
Methods in nl.basjes.parse.useragent.utils.publicsuffixlist that return DomainTypeModifier and TypeMethodDescriptionPublicSuffixList.getType()static DomainTypeReturns the enum constant of this type with the specified name.static DomainType[]DomainType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.basjes.parse.useragent.utils.publicsuffixlist with parameters of type DomainTypeModifier and TypeMethodDescriptionPublicSuffixMatcher.getDomainRoot(String domain, DomainType expectedType) Returns registrable part of the domain for the given domain name ornullif given domain represents a public suffix.booleanPublicSuffixMatcher.matches(String domain, DomainType expectedType) Tests whether the given domain matches any of entry from the public suffix list.Constructors in nl.basjes.parse.useragent.utils.publicsuffixlist with parameters of type DomainTypeModifierConstructorDescriptionPublicSuffixList(DomainType type, List<String> rules, List<String> exceptions) PublicSuffixMatcher(DomainType domainType, Collection<String> rules, Collection<String> exceptions)