com.myJava.file.driver.hash
Class HashFileSystemDriver.FilenameFilterAdapter
java.lang.Object
com.myJava.file.driver.hash.HashFileSystemDriver.FilenameFilterAdapter
- All Implemented Interfaces:
- java.io.FilenameFilter
- Enclosing class:
- HashFileSystemDriver
protected static class HashFileSystemDriver.FilenameFilterAdapter
- extends java.lang.Object
- implements java.io.FilenameFilter
Method Summary |
boolean |
accept(java.io.File dir,
java.lang.String name)
|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
filter
protected java.io.FilenameFilter filter
driver
protected HashFileSystemDriver driver
HashFileSystemDriver.FilenameFilterAdapter
public HashFileSystemDriver.FilenameFilterAdapter(java.io.FilenameFilter wrappedFilter,
HashFileSystemDriver driver)
accept
public boolean accept(java.io.File dir,
java.lang.String name)
- Specified by:
accept
in interface java.io.FilenameFilter
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object