Class DocumentationFileBasedTimestamp


  • public class DocumentationFileBasedTimestamp
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TIMESTAMP_FILE_NAME  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long read​(java.nio.file.Path docPath)  
      static void store​(java.nio.file.Path docPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TIMESTAMP_FILE_NAME

        public static final java.lang.String TIMESTAMP_FILE_NAME
        See Also:
        Constant Field Values
    • Method Detail

      • store

        public static void store​(java.nio.file.Path docPath)
      • read

        public static long read​(java.nio.file.Path docPath)