Package net.i2p.i2ptunnel.access
Class FileFilterDefinitionElement
java.lang.Object
net.i2p.i2ptunnel.access.FilterDefinitionElement
net.i2p.i2ptunnel.access.FileFilterDefinitionElement
An element of filter definition that reads hashes of remote destinations
 from a file.
- Since:
 - 0.9.40
 
- 
Field Summary
Fields inherited from class net.i2p.i2ptunnel.access.FilterDefinitionElement
threshold - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(Map<Hash, DestTracker> map) Updates the provided map with the hash(es) of remote destinations mentioned in this elementMethods inherited from class net.i2p.i2ptunnel.access.FilterDefinitionElement
fromBase32, getThreshold 
- 
Constructor Details
- 
FileFilterDefinitionElement
- Parameters:
 file- file to read the remote destinations fromthreshold- threshold to apply to all those destinations
 
 - 
 - 
Method Details
- 
update
Description copied from class:FilterDefinitionElementUpdates the provided map with the hash(es) of remote destinations mentioned in this element- Specified by:
 updatein classFilterDefinitionElement- Throws:
 IOException
 
 -