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 |
SourceHistory(java.lang.String relativePath,
long lastModified)
Constructor |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SourceHistory
public SourceHistory(java.lang.String relativePath,
long lastModified)
- Constructor
getRelativePath
public java.lang.String getRelativePath()
getAbsolutePath
public java.lang.String getAbsolutePath(java.io.File baseDir)
getLastModified
public long getLastModified()
Copyright © 2001-2002 Ant-Contrib project. All Rights Reserved.