Class SourceHistory


  • public final class SourceHistory
    extends java.lang.Object
    The history of a source file used to build a target
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long lastModified  
      private java.lang.String relativePath  
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceHistory​(java.lang.String relativePath, long lastModified)
      Constructor
    • Field Detail

      • lastModified

        private long lastModified
      • relativePath

        private java.lang.String relativePath
    • Constructor Detail

      • SourceHistory

        public SourceHistory​(java.lang.String relativePath,
                             long lastModified)
        Constructor
    • Method Detail

      • getAbsolutePath

        public java.lang.String getAbsolutePath​(java.io.File baseDir)
      • getLastModified

        public long getLastModified()
      • getRelativePath

        public java.lang.String getRelativePath()