Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.configuration
Class DirProvider.DirFilter  view DirProvider.DirFilter download DirProvider.DirFilter.java

java.lang.Object
  extended byorg.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


Constructor Summary
private DirProvider.DirFilter()
           
 
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
 

Constructor Detail

DirProvider.DirFilter

private DirProvider.DirFilter()
Method Detail

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