com.github.maven_nar.cpptasks
Class SourceHistory
java.lang.Object
com.github.maven_nar.cpptasks.SourceHistory
public final class SourceHistory
- extends Object
The history of a source file used to build a target
- Author:
- Curt Arnold
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceHistory
public SourceHistory(String relativePath,
long lastModified)
- Constructor
getAbsolutePath
public String getAbsolutePath(File baseDir)
getLastModified
public long getLastModified()
getRelativePath
public String getRelativePath()
Copyright © 2001-2013. All Rights Reserved.