abstract class FilterDefinitionElement extends Object
| Constructor and Description |
|---|
FilterDefinitionElement(Threshold threshold) |
| Modifier and Type | Method and Description |
|---|---|
protected static Hash | fromBase32(String b32)Utility method to create a Hash object from a .b32 string |
(package private) Threshold | getThreshold() |
(package private) abstract void | update(Map<Hash,DestTracker> map)Updates the provided map with the hash(es) of remote destinations
mentioned in this element |
protected final Threshold threshold
FilterDefinitionElement(Threshold threshold)
threshold - the thresholdprotected static Hash fromBase32(String b32) throws InvalidDefinitionException
InvalidDefinitionExceptionThreshold getThreshold()
abstract void update(Map<Hash,DestTracker> map) throws IOException
IOException