org.carrot2.ant.deps
Class CheckNewerElement

java.lang.Object
  extended by org.carrot2.ant.deps.CheckNewerElement
All Implemented Interfaces:
Serializable

 class CheckNewerElement
extends Object
implements Serializable

A fileset to be checked against target files of a component. If any of the fileset's files is newer then any of the target files, build target is invoked.


Field Summary
(package private)  ArrayList files
           
 
Constructor Summary
CheckNewerElement(Project project, File base, Element configElement)
           
 
Method Summary
 long getMostRecentFileTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

files

final ArrayList files
Constructor Detail

CheckNewerElement

public CheckNewerElement(Project project,
                         File base,
                         Element configElement)
                  throws Exception
Throws:
Exception
Method Detail

getMostRecentFileTimestamp

public long getMostRecentFileTimestamp()


Copyright (c) Dawid Weiss, Stanislaw Osinski