Class Overview
Parses the list from publicsuffix.org
and configures a PublicSuffixFilter.
Summary
Public Methods |
void
|
parse(Reader list)
Parses the public suffix list format.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Methods
public
void
parse
(Reader list)
Parses the public suffix list format.
When creating the reader from the file, make sure to
use the correct encoding (the original list is in UTF-8).
Parameters
list
| the suffix list. The caller is responsible for closing the reader. |