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- 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.StringgetAbsolutePath(java.io.File baseDir)longgetLastModified()java.lang.StringgetRelativePath()
-