org.ov4j.hessianImpl
Class TStampFileFilter

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

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

Author:
smolloy

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

Constructor Detail

TStampFileFilter

public TStampFileFilter(long tstamp)
Method Detail

accept

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

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


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