Uses of Class
VASSAL.tools.ArchiveWriter
Package
Description
Provides classes for building Java instances automatically from XML
files.
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.Contains various utility classes.
-
Uses of ArchiveWriter in VASSAL.build
Modifier and TypeMethodDescriptionGameModule.getArchiveWriter()
VASSAL modules are stored in ".vmod" files, which are actually simple ".zip" files with a unique extension. -
Uses of ArchiveWriter in VASSAL.build.module.metadata
Modifier and TypeMethodDescriptionvoid
AbstractMetaData.copyModuleMetadata
(ArchiveWriter archive) Copy the Module metadata from the current module into the specified archive.void
AbstractMetaData.save
(ArchiveWriter archive) Write common metadata to the specified Archive.void
ExtensionMetaData.save
(ArchiveWriter archive) Write Extension metadata to the specified Archive -
Uses of ArchiveWriter in VASSAL.configure
ModifierConstructorDescriptionAudioClipConfigurer
(String key, String name, ArchiveWriter archive) AudioClipConfigurer
(String key, String name, ArchiveWriter archive, EditablePiece piece) FileConfigurer
(String key, String name, ArchiveWriter archive) If a non-nullArchiveWriter
is used in the constructor, then invokingFileConfigurer.setValue(java.lang.Object)
on this FileConfigurer will automatically add the file to the archiveImageConfigurer
(String key, String name, ArchiveWriter archive) -
Uses of ArchiveWriter in VASSAL.tools
Modifier and TypeMethodDescriptionDataArchive.getWriter()
Return the writeable instance of DataArchive, either this or one of its extensions.