Package net.sf.antcontrib.cpptasks
Class SourceHistory
- java.lang.Object
-
- net.sf.antcontrib.cpptasks.SourceHistory
-
public final class SourceHistory extends java.lang.Object
The history of a source file used to build a target- Author:
- Curt Arnold
-
-
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.String
getAbsolutePath(java.io.File baseDir)
long
getLastModified()
java.lang.String
getRelativePath()
-