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
SourceHistory(String relativePath, long lastModified) - Constructor
|
SourceHistory
public SourceHistory(String relativePath,
long lastModified)
Constructor
getAbsolutePath
public String getAbsolutePath(File baseDir)
getLastModified
public long getLastModified()
getRelativePath
public String getRelativePath()
Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.