net.sf.antcontrib.cpptasks

Class SourceHistory

public final class SourceHistory extends Object

The history of a source file used to build a target

Author: Curt Arnold

Constructor Summary
SourceHistory(String relativePath, long lastModified)
Constructor
Method Summary
StringgetAbsolutePath(File baseDir)
longgetLastModified()
StringgetRelativePath()

Constructor Detail

SourceHistory

public SourceHistory(String relativePath, long lastModified)
Constructor

Method Detail

getAbsolutePath

public String getAbsolutePath(File baseDir)

getLastModified

public long getLastModified()

getRelativePath

public String getRelativePath()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.