Package VASSAL.tools
Class ZipUpdater
java.lang.Object
VASSAL.tools.ZipUpdater
- All Implemented Interfaces:
Runnable
@Deprecated public class ZipUpdater extends Object implements Runnable
Deprecated.
removed without replacement
Automatically builds a .jar file that will update a Zip archive.
Usage: java VASSAL.tools.ZipUpdater
will create a file named update.jar Executing this jar (by double-clicking or
typing "java -jar update.jar") will update the old archive so that its contents are identical to
the new archive.
User: rkinney
Date: Oct 23, 2003
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKSUM_RESOURCEDeprecated.static StringENTRIES_DIRDeprecated.static StringTARGET_ARCHIVEDeprecated.static StringUPDATED_ARCHIVE_NAMEDeprecated. -
Constructor Summary
Constructors Constructor Description ZipUpdater(File input)Deprecated. -
Method Summary
Modifier and Type Method Description voidcreateUpdater(File newFile)Deprecated.voidcreateUpdater(File newFile, File updaterFile)Deprecated.static voidmain(String[] args)Deprecated.voidrun()Deprecated.voidwrite(File destination)Deprecated.
-
Field Details
-
CHECKSUM_RESOURCE
Deprecated.- See Also:
- Constant Field Values
-
TARGET_ARCHIVE
Deprecated.- See Also:
- Constant Field Values
-
UPDATED_ARCHIVE_NAME
Deprecated.- See Also:
- Constant Field Values
-
ENTRIES_DIR
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
ZipUpdater
Deprecated.- Throws:
IOException
-
-
Method Details
-
write
Deprecated.- Throws:
IOException
-
createUpdater
Deprecated.- Throws:
IOException
-
createUpdater
Deprecated.- Throws:
IOException
-
run
public void run()Deprecated. -
main
Deprecated.
-