Package PamController.command
Class SetSerializedSettingsCommand
java.lang.Object
PamController.command.ExtCommand
PamController.command.SetSerializedSettingsCommand
Didn't work. Commands are so set up around String data that there is little hope
for this to work.
Deploy serialized settings. These are settings that would normally be held in
the psfx manager and had been turned into a byte array with
PamControlledUnitSettings.getNamedSerialisedByteArray(). Here they can be
turned back into valid settings using PamControlledUnitSettings.createFromNamedByteArray(...)
then the appropriate owner found and the settings restored.
First written for use with batch processor which needs to send updated array data.
- Author:
- dg50
-
Field Summary
Fields -
Method Summary
Methods inherited from class PamController.command.ExtCommand
canExecute, executeCommand, findControlledUnits, getHint, getName, isImmediate, setImmediate, setName
-
Field Details
-
Method Details
-
execute
Description copied from class:ExtCommand
Execute the command- Specified by:
execute
in classExtCommand
- Returns:
- true if command executed correctly.
-