20120618, rgf

Uses of Interface
org.rexxla.bsf.engines.rexx.RexxCommandHandler

Packages that use RexxCommandHandler
org.rexxla.bsf.engines.rexx   
 

Uses of RexxCommandHandler in org.rexxla.bsf.engines.rexx
 

Methods in org.rexxla.bsf.engines.rexx that return RexxCommandHandler
 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.
 

Methods in org.rexxla.bsf.engines.rexx with parameters of type RexxCommandHandler
 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.
 


20120618, rgf