com.partnersoft.v3x.util
Class EIXZipSource
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EIXZipSource
public EIXZipSource()
EIXZipSource
public EIXZipSource(java.util.zip.ZipFile newZipFile,
java.io.File newDestination)
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)