com.partnersoft.v3x.util
Class EIXZipSource

java.lang.Object
  extended by com.partnersoft.v3x.util.EIXZipSource

public class EIXZipSource
extends java.lang.Object

this will examine/copy the contents of a zip file and compare them to some directory tree


Constructor Summary
EIXZipSource()
           
EIXZipSource(java.util.zip.ZipFile newZipFile, java.io.File newDestination)
           
 
Method Summary
 void checkFromZip()
           
 void copyFromZip()
          this will copy from a zip taking care not to overwrite any exsiting data
 java.io.File getDestination()
           
 java.util.zip.ZipFile getSource()
           
static void main(java.lang.String[] args)
           
 void setDestination(java.io.File newDir)
           
 void setSource(java.util.zip.ZipFile newZipFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EIXZipSource

public EIXZipSource()

EIXZipSource

public EIXZipSource(java.util.zip.ZipFile newZipFile,
                    java.io.File newDestination)
Method Detail

main

public static void main(java.lang.String[] args)

checkFromZip

public void checkFromZip()

copyFromZip

public void copyFromZip()
this will copy from a zip taking care not to overwrite any exsiting data


getDestination

public java.io.File getDestination()

setDestination

public void setDestination(java.io.File newDir)

getSource

public java.util.zip.ZipFile getSource()

setSource

public void setSource(java.util.zip.ZipFile newZipFile)