|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsurveylib.model.script.interpreter.commands.LoadAllCommands
public class LoadAllCommands
FOR INTERNAL USE ONLY.
I may be wrong but it seems that Beanshell cannot load command files if they reside in a jar. This class solves this problem by calling getResourceAsStream on all the Beanshell command files and evaluates them through the interpreter. Copyright (c)2007, Daniel Kaplan
Method Summary | |
---|---|
static void |
invoke(bsh.Interpreter env)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void invoke(bsh.Interpreter env)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |