Class ResourceRepositoryImpl.FileLayout

  • Enclosing class:
    ResourceRepositoryImpl

    public static class ResourceRepositoryImpl.FileLayout
    extends java.lang.Object
    Class maintains the info stored in the text file in the cnf directory that holds our contents.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileLayout()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void write​(java.util.Formatter format)  
      • Methods inherited from class java.lang.Object

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

      • version

        public int version
      • increment

        public int increment
      • date

        public long date
    • Constructor Detail

      • FileLayout

        public FileLayout()
    • Method Detail

      • write

        void write​(java.util.Formatter format)
            throws java.lang.Exception
        Throws:
        java.lang.Exception