Class BeanShellUtils


  • public class BeanShellUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkSLMode()  
      static bsh.Interpreter createInterpreter()  
      static bsh.Interpreter createInterpreter​(java.util.Map<java.lang.String,​java.lang.Object> context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createInterpreter

        public static bsh.Interpreter createInterpreter()
      • createInterpreter

        public static bsh.Interpreter createInterpreter​(java.util.Map<java.lang.String,​java.lang.Object> context)
      • checkSLMode

        public static void checkSLMode()