| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
PublicSuffixList.getRules()
Returns a list with all rules
|
Iterator<Rule> |
PublicSuffixList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Index.findRule(String domain)
Finds the prevailing rule or null.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Rule> |
ListIndex.findRules(String domain) |
protected abstract Collection<Rule> |
Index.findRules(String domain)
Finds all matching rules.
|
List<Rule> |
ListIndex.getRules() |
abstract List<Rule> |
Index.getRules() |
Iterator<Rule> |
Index.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndex.setRules(List<Rule> rules) |
abstract void |
Index.setRules(List<Rule> rules)
Initializes the index with all rules.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Rule> |
TreeIndex.findRules(String domain) |
List<Rule> |
TreeIndex.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeIndex.setRules(List<Rule> rules) |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Parser.parseLine(String line)
Parse a line for a rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
Parser.parse(InputStream stream,
Charset charset)
Parses all rules from a stream.
|
| Modifier and Type | Field and Description |
|---|---|
static Rule |
Rule.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleFactory.build(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
int |
RuleComparator.compare(Rule rule1,
Rule rule2) |
Copyright © 2014. All Rights Reserved.