org.bee.func
Class allnewer

java.lang.Object
  extended by org.bee.func.allnewer
Direct Known Subclasses:
anynewer

public class allnewer
extends java.lang.Object


Constructor Summary
allnewer()
          determinates if content of some tree or individual file newer than content of another tree or individual file
 
Method Summary
static boolean eval(java.lang.String srcPath, java.lang.String dstPath)
           
protected static long newest(long newest, java.io.File path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

allnewer

public allnewer()
determinates if content of some tree or individual file newer than content of another tree or individual file

Method Detail

eval

public static boolean eval(java.lang.String srcPath,
                           java.lang.String dstPath)

newest

protected static long newest(long newest,
                             java.io.File path)