org.globus.wsrf.jndi
Class JNDIUtils.DirFilter

java.lang.Object
  extended byorg.globus.wsrf.jndi.JNDIUtils.DirFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
JNDIUtils

private static class JNDIUtils.DirFilter
extends java.lang.Object
implements java.io.FileFilter


Constructor Summary
private JNDIUtils.DirFilter()
           
 
Method Summary
 boolean accept(java.io.File path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIUtils.DirFilter

private JNDIUtils.DirFilter()
Method Detail

accept

public boolean accept(java.io.File path)
Specified by:
accept in interface java.io.FileFilter