Class VersionStorage


  • public class VersionStorage
    extends java.lang.Object
    Simple abstraction of the version storage.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VERSION_STORAGE_PATH  
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionStorage​(@NotNull Root versionStorageRoot)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • VERSION_STORAGE_PATH

        public static final java.lang.String VERSION_STORAGE_PATH
        See Also:
        Constant Field Values
    • Constructor Detail

      • VersionStorage

        public VersionStorage​(@NotNull
                              @NotNull Root versionStorageRoot)