20120618, rgf

Uses of Class
org.rexxla.bsf.engines.rexx.RexxConfiguration

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

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

Methods in org.rexxla.bsf.engines.rexx that return RexxConfiguration
 RexxConfiguration RexxEngine.getRexxConfiguration()
          Getter method.
 

Methods in org.rexxla.bsf.engines.rexx with parameters of type RexxConfiguration
protected  java.lang.String RexxAndJava.createRexxInterpreterInstance(RexxConfiguration rc)
          Creates a new Rexx interpreter instance using the ooRexx 4.0 API RexxCreateInterpreter().
 


20120618, rgf