Package | Description |
---|---|
org.rexxla.bsf.engines.rexx |
Modifier and Type | Method and Description |
---|---|
RexxCommandHandler |
RexxConfiguration.getCommandHandler(java.lang.String name)
Returns the
RexxCommandHandler object associated with the supplied command
name or null , if none found. |
RexxCommandHandler |
RexxConfiguration.setCommandHandler(java.lang.String name,
RexxCommandHandler commandHandler)
Allows to replace a defined
RexxCommandHandler with a new one. |
Modifier and Type | Method and Description |
---|---|
void |
RexxConfiguration.addCommandHandler(java.lang.String name,
RexxCommandHandler commandHandler)
Allows to define an environment name and a
RexxCommandHandler to serve the given environment. |
RexxCommandHandler |
RexxConfiguration.setCommandHandler(java.lang.String name,
RexxCommandHandler commandHandler)
Allows to replace a defined
RexxCommandHandler with a new one. |