Package VASSAL.launch
Class ModuleManager
java.lang.Object
VASSAL.launch.ModuleManager
Tracks recently-used modules and builds the main GUI window for
interacting with modules.
- Since:
- 3.1.0
- Author:
- rodneykinney
-
Field Summary
-
Constructor Summary
ConstructorDescriptionModuleManager
(ServerSocket serverSocket, long key, FileChannel lout, FileLock lock) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
static ModuleManager
protected void
launch()
static void
void
shutDown()
-
Field Details
-
CONVERTER_MAXIMUM_HEAP
- See Also:
-
TILER_MAXIMUM_HEAP
- See Also:
-
MAXIMUM_HEAP
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
INITIAL_HEAP
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
ModuleManager
public ModuleManager(ServerSocket serverSocket, long key, FileChannel lout, FileLock lock) throws IOException - Throws:
IOException
-
-
Method Details
-
main
-
getInstance
-
shutDown
- Throws:
IOException
-
launch
protected void launch() -
execute
-