A list of source information that should be blacklisted.
| Modifiers | Name | Description |
|---|---|---|
static class |
Blacklist.Rule |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
isBlacklisted(java.lang.String name, java.lang.String source, java.lang.String title)Test an article against the blacklist |
|
static Blacklist |
read(java.net.URL url)Read a blacklist from a source URL. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The source URLs that should be black-listed
Blacklist metadata
Test an article against the blacklist
If this returns true then the article has been blacklisted
name - The taxon namesource - The article sourcetitle - The article titletrue if the input argument matches the predicate,
otherwise falseRead a blacklist from a source URL.
url - The source