java.lang.Object
org.apache.axis.configuration.DirProvider.DirFilter
- All Implemented Interfaces:
- java.io.FileFilter
- Enclosing class:
- DirProvider
- private static class DirProvider.DirFilter
- extends java.lang.Object
- implements java.io.FileFilter
|
Method Summary |
boolean |
accept(java.io.File path)
This method determines whether or not a given pathname should be included
in a pathname listing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirProvider.DirFilter
private DirProvider.DirFilter()
accept
public boolean accept(java.io.File path)
- Description copied from interface:
java.io.FileFilter
- This method determines whether or not a given pathname should be included
in a pathname listing.
- Specified by:
accept in interface java.io.FileFilter