Uses of Class
VASSAL.tools.ArchiveWriter
Package | Description |
---|---|
VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
VASSAL.build.module.metadata | |
VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule 's and ModuleExtension 's. |
VASSAL.tools |
Contains various utility classes.
|
-
Uses of ArchiveWriter in VASSAL.build
Methods in VASSAL.build that return ArchiveWriter Modifier and Type Method Description ArchiveWriter
GameModule. getArchiveWriter()
If the module is being edited, return the writeable archive for the module -
Uses of ArchiveWriter in VASSAL.build.module.metadata
Methods in VASSAL.build.module.metadata with parameters of type ArchiveWriter Modifier and Type Method Description void
AbstractMetaData. copyModuleMetadata(ArchiveWriter archive)
Copy the Module metatdata 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 ArchiveWriter Modifier and Type Field Description protected ArchiveWriter
FileConfigurer. archive
Constructors in VASSAL.configure with parameters of type ArchiveWriter Constructor Description AudioClipConfigurer(String key, String name, ArchiveWriter archive)
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 ArchiveWriter Modifier and Type Method Description ArchiveWriter
DataArchive. getWriter()
Return the writeable instance of DataArchive, either this or one of its extensions.