org.h2.dev.fs
Class ArchiveTool

java.lang.Object
  extended by org.h2.dev.fs.ArchiveTool

public class ArchiveTool
extends java.lang.Object

A standalone archive tool to compress directories. It does not have any dependencies except for the Java libraries.


Constructor Summary
ArchiveTool()
           
 
Method Summary
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

ArchiveTool

public ArchiveTool()
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