org.apache.openejb.loader
Class TrueFilter

java.lang.Object
  extended by org.apache.openejb.loader.TrueFilter
All Implemented Interfaces:
FileFilter

public class TrueFilter
extends Object
implements FileFilter


Field Summary
static FileFilter INSTANCE
           
 
Constructor Summary
TrueFilter()
           
 
Method Summary
 boolean accept(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final FileFilter INSTANCE
Constructor Detail

TrueFilter

public TrueFilter()
Method Detail

accept

public boolean accept(File file)
Specified by:
accept in interface FileFilter


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.