Uses of Enum Class
com.google.thirdparty.publicsuffix.PublicSuffixType
Packages that use PublicSuffixType
-
Uses of PublicSuffixType in com.google.thirdparty.publicsuffix
Fields in com.google.thirdparty.publicsuffix with type parameters of type PublicSuffixTypeModifier and TypeFieldDescriptionstatic final ImmutableMap<String,PublicSuffixType> PublicSuffixPatterns.EXACTIf a hostname is contained as a key in this map, it is a public suffix.static final ImmutableMap<String,PublicSuffixType> PublicSuffixPatterns.EXCLUDEDThe elements in this map would pass the UNDER test, but are known not to be public suffixes and are thus excluded from consideration.static final ImmutableMap<String,PublicSuffixType> PublicSuffixPatterns.UNDERIf a hostname is not a key in the EXCLUDE map, and if removing its leftmost component results in a name which is a key in this map, it is a public suffix.Methods in com.google.thirdparty.publicsuffix that return PublicSuffixTypeModifier and TypeMethodDescriptionstatic PublicSuffixTypeReturns the enum constant of this class with the specified name.static PublicSuffixType[]PublicSuffixType.values()Returns an array containing the constants of this enum class, in the order they are declared.