| Package | Description |
|---|---|
| org.oorexx.handlers.jdor | |
| org.rexxla.bsf.engines.rexx |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaDrawingHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RexxRedirectingCommandHandler
Interface class for Rexx redirecting command handlers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDirectCommandHandler
Make it easy for Rexx programs to implement direct command handlers in Rexx.
|
class |
AbstractRedirectingCommandHandler
Make it easy for Rexx programs to implement redirecting command handlers in 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. |