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
Constructors -
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:ExtCommandExecute the command- Specified by:
executein classExtCommand- Returns:
- true if command executed correctly.
-
getHint
Description copied from class:ExtCommandGet a hint text for the help command.- Overrides:
getHintin classExtCommand- Returns:
- hint text.
-