net.i2p.router.networkdb.kademlia
Class PersistentDataStore.RouterInfoFilter

java.lang.Object
  extended by net.i2p.router.networkdb.kademlia.PersistentDataStore.RouterInfoFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
PersistentDataStore

static class PersistentDataStore.RouterInfoFilter
extends Object
implements FilenameFilter


Constructor Summary
PersistentDataStore.RouterInfoFilter()
           
 
Method Summary
 boolean accept(File dir, String name)
           
static FilenameFilter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentDataStore.RouterInfoFilter

PersistentDataStore.RouterInfoFilter()
Method Detail

getInstance

public static final FilenameFilter getInstance()

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter