ariba.util.io
Class TrueFilter

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

public final class TrueFilter
extends Object
implements FilenameFilter

A FilenameFilter that always returns true


Field Summary
static TrueFilter self
          This static is okay because the class has no internal state
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

self

public static final TrueFilter self
This static is okay because the class has no internal state

Method Detail

accept

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


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