ariba.util.io
Class DirectoryFilter

java.lang.Object
  extended by ariba.util.io.DirectoryFilter
All Implemented Interfaces:
java.io.FilenameFilter

public final class DirectoryFilter
extends java.lang.Object
implements java.io.FilenameFilter

A filename filter that only returns directories


Field Summary
static DirectoryFilter self
          Static okay since this class has no internal state
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

self

public static final DirectoryFilter self
Static okay since this class has no internal state

Method Detail

accept

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


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.