Uses of Class
VASSAL.tools.ArchiveWriter
Packages that use 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
Methods in VASSAL.build that return ArchiveWriterModifier 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
Methods in VASSAL.build.module.metadata with parameters of type ArchiveWriterModifier 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
Fields in VASSAL.configure declared as ArchiveWriterConstructors in VASSAL.configure with parameters of type ArchiveWriterModifierConstructorDescriptionAudioClipConfigurer
(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
Methods in VASSAL.tools that return ArchiveWriterModifier and TypeMethodDescriptionDataArchive.getWriter()
Return the writeable instance of DataArchive, either this or one of its extensions.