Class ModulePlugin.RegCmd
java.lang.Object
VASSAL.command.Command
VASSAL.build.module.ModuleExtension.RegCmd
VASSAL.build.module.ModulePlugin.RegCmd
- Enclosing class:
ModulePlugin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ModuleExtension.RegCmd
executeCommand, getName, getVersion, myUndoCommandMethods inherited from class Command
append, execute, getDetails, getSubCommands, getUndoCommand, isAtomic, isLoggable, isNull, isNullOrContainsOnly, stripSubCommands, toStringModifier and TypeMethodDescriptionAppend a subcommand to this Command.voidexecute()Execute this command by first invokingCommand.executeCommand(), then invoking itself recursively on all subcommands.Detailed information for toString()Command[]protected booleanisAtomic()Return true if this command has no sub-commands attached to it (other than null commands).booleanbooleanisNull()booleanisNullOrContainsOnly(Class<?> target) Return true if this Command is a NullCommand or only contains Null Commands or commands of the same type as targetvoidRemove all subcommands.toString()
-
Constructor Details
-
RegCmd
-
-
Method Details
-
getVersionErrorMsg
- Overrides:
getVersionErrorMsgin classModuleExtension.RegCmd
-
getNotLoadedMsg
- Overrides:
getNotLoadedMsgin classModuleExtension.RegCmd
-