Package PamController.command
Class GetXMLSettings
java.lang.Object
PamController.command.ExtCommand
PamController.command.GetXMLSettings
Get XML settings from one or more modules. Note that the first two commands are
the names that are used in PamSettings which are usually the same as module names
but this gives a little more flexibility.
- Author:
- dg50
-
Constructor Summary
-
Method Summary
Methods inherited from class PamController.command.ExtCommand
canExecute, executeCommand, findControlledUnits, getName, isImmediate, setImmediate, setName
-
Constructor Details
-
GetXMLSettings
public GetXMLSettings()
-
-
Method Details
-
execute
Description copied from class:ExtCommand
Execute the command- Specified by:
execute
in classExtCommand
- Returns:
- true if command executed correctly.
-
getHint
Description copied from class:ExtCommand
Get a hint text for the help command.- Overrides:
getHint
in classExtCommand
- Returns:
- hint text.
-