Package org.h2.dev.fs

Class ArchiveToolStore


  • public class ArchiveToolStore
    extends java.lang.Object
    An archive tool to compress directories, using the MVStore backend.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Run the tool.
      • Methods inherited from class java.lang.Object

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

      • ArchiveToolStore

        public ArchiveToolStore()
    • Method Detail

      • main

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