3.0.2: 2012-01-25

net.sf.basedb.util.zip
Class PackUtil

java.lang.Object
  extended by net.sf.basedb.util.zip.PackUtil

public class PackUtil
extends Object

Since:
3.0
Author:
Nicklas
Last modified
$Date: 2011-09-23 09:05:23 +0200 (Fri, 23 Sep 2011) $

Constructor Summary
PackUtil()
           
 
Method Summary
static void copyProperties(File archive, File unpacked)
          Copy certain properties from the archive file to the unpacked file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackUtil

public PackUtil()
Method Detail

copyProperties

public static void copyProperties(File archive,
                                  File unpacked)
Copy certain properties from the archive file to the unpacked file. Only properies that have been set on the archive file are copied.

Parameters:
archive - The master archive (or null if not known)
unpacked - The file that is being unpacked
Since:
3.0

3.0.2: 2012-01-25