wt.index.setup
Class ZipInstaller

java.lang.Object
  extended bywt.index.setup.ZipInstaller

public class ZipInstaller
extends Object


Field Summary
(package private)  boolean DEBUG
           
(package private)  boolean NT
           
 
Constructor Summary
ZipInstaller()
           
ZipInstaller(boolean debug)
           
 
Method Summary
 void dump(String dest, ZipFile zf, ZipEntry ze)
           
 int extractArchive(String dest, String infile)
           
 String getFullPath(String dest, String relpath)
           
 void log(String message)
           
static void main(String[] args)
           
 void printStats(ZipEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NT

boolean NT

DEBUG

boolean DEBUG
Constructor Detail

ZipInstaller

public ZipInstaller()

ZipInstaller

public ZipInstaller(boolean debug)
Method Detail

printStats

public void printStats(ZipEntry entry)

log

public void log(String message)

dump

public void dump(String dest,
                 ZipFile zf,
                 ZipEntry ze)
          throws IOException
Throws:
IOException

extractArchive

public int extractArchive(String dest,
                          String infile)
                   throws IOException,
                          ZipException
Throws:
IOException
ZipException

getFullPath

public String getFullPath(String dest,
                          String relpath)

main

public static void main(String[] args)