Package net.sf.antcontrib.cpptasks
Class SourceHistory
- java.lang.Object
-
- net.sf.antcontrib.cpptasks.SourceHistory
-
public final class SourceHistory extends java.lang.ObjectThe history of a source file used to build a target
-
-
Field Summary
Fields Modifier and Type Field Description private longlastModifiedprivate java.lang.StringrelativePath
-
Constructor Summary
Constructors Constructor Description SourceHistory(java.lang.String relativePath, long lastModified)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbsolutePath(java.io.File baseDir)longgetLastModified()java.lang.StringgetRelativePath()
-