Class SourceHistory

java.lang.Object
net.sf.antcontrib.cpptasks.SourceHistory

public final class SourceHistory extends Object
The history of a source file used to build a target
  • Field Details

    • lastModified

      private long lastModified
    • relativePath

      private String relativePath
  • Constructor Details

    • SourceHistory

      public SourceHistory(String relativePath, long lastModified)
      Constructor
  • Method Details

    • getAbsolutePath

      public String getAbsolutePath(File baseDir)
    • getLastModified

      public long getLastModified()
    • getRelativePath

      public String getRelativePath()