org.carrot2.ant.deps
Class CheckNewerElement
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
files
final ArrayList files
CheckNewerElement
public CheckNewerElement(Project project,
File base,
Element configElement)
throws Exception
- Throws:
Exception
getMostRecentFileTimestamp
public long getMostRecentFileTimestamp()
Copyright (c) Dawid Weiss, Stanislaw Osinski