|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.antcontrib.cpptasks.SourceHistory
public final class SourceHistory
The history of a source file used to build a target
Constructor Summary | |
---|---|
SourceHistory(java.lang.String relativePath,
long lastModified)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getAbsolutePath(java.io.File baseDir)
|
long |
getLastModified()
|
java.lang.String |
getRelativePath()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceHistory(java.lang.String relativePath, long lastModified)
Method Detail |
---|
public java.lang.String getAbsolutePath(java.io.File baseDir)
public long getLastModified()
public java.lang.String getRelativePath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |