org.ov4j.hessianImpl
Class DirFileFilter

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

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

Author:
smolloy

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

Constructor Detail

DirFileFilter

public DirFileFilter()
Method Detail

accept

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

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


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