ariba.util.io
Class TrueFilter

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

public final class TrueFilter
extends java.lang.Object
implements java.io.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(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 TrueFilter self
This static is okay because the 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.