org.ov4j.hessianImpl
Class StdFileFilter

java.lang.Object
  extended by org.ov4j.hessianImpl.StdFileFilter
All Implemented Interfaces:
java.io.FileFilter

public class StdFileFilter
extends java.lang.Object
implements java.io.FileFilter

Author:
smolloy

Constructor Summary
StdFileFilter()
           
StdFileFilter(java.lang.String ext)
           
 
Method Summary
 boolean accept(java.io.File pathname)
          Accepts only normal files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdFileFilter

public StdFileFilter()

StdFileFilter

public StdFileFilter(java.lang.String ext)
Method Detail

accept

public boolean accept(java.io.File pathname)
Accepts only normal files.

Specified by:
accept in interface java.io.FileFilter
See Also:
FileFilter.accept(java.io.File)


Copyright © 2004-2007 Steve Molloy. All Rights Reserved.