Package org.h2.dev.fs

Class ArchiveToolStore

java.lang.Object
org.h2.dev.fs.ArchiveToolStore

public class ArchiveToolStore extends Object
An archive tool to compress directories, using the MVStore backend.
  • Constructor Details

    • ArchiveToolStore

      public ArchiveToolStore()
  • Method Details

    • main

      public static void main(String... args) throws Exception
      Run the tool.
      Parameters:
      args - the command line arguments
      Throws:
      Exception