Package VASSAL.tools
Class ZipUpdater
java.lang.Object
VASSAL.tools.ZipUpdater
- All Implemented Interfaces:
Runnable
@Deprecated(since="2020-08-05",
forRemoval=true)
public class ZipUpdater
extends Object
implements Runnable
Deprecated, for removal: This API element is subject to removal in a future version.
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
FieldsModifier and TypeFieldDescriptionstatic String
Deprecated, for removal: This API element is subject to removal in a future version.static String
Deprecated, for removal: This API element is subject to removal in a future version.static String
Deprecated, for removal: This API element is subject to removal in a future version.static String
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionZipUpdater(File input)
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
createUpdater(File newFile)
Deprecated, for removal: This API element is subject to removal in a future version.void
createUpdater(File newFile, File updaterFile)
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.void
run()
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
CHECKSUM_RESOURCE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
TARGET_ARCHIVE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
UPDATED_ARCHIVE_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
ENTRIES_DIR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Constructor Details
-
ZipUpdater
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
-
Method Details
-
write
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
createUpdater
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
createUpdater
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
run
public void run()Deprecated, for removal: This API element is subject to removal in a future version. -
main
Deprecated, for removal: This API element is subject to removal in a future version.
-