Method Summary |
|
public void | addBuildDirectoryClassPath(File f) Adds the given path to the classpath shared by ALL Java interpreters. |
public void | addDebugInterpreter(String name, String className) Adds a named JavaDebugInterpreter to the list of interpreters. |
public void | addExternalFilesClassPath(File f) Adds the given path to the classpath shared by ALL Java interpreters. |
public void | addExtraClassPath(File f) Adds the given path to the classpath shared by ALL Java interpreters. |
public void | addJavaInterpreter(String name) Adds a named DynamicJavaAdapter to the list of interpreters. |
public void | addProjectClassPath(File f) Adds the given path to the classpath shared by ALL Java interpreters. |
public void | addProjectFilesClassPath(File f) Adds the given path to the classpath shared by ALL Java interpreters. |
public List<String> | findTestClasses(List<String> classNames, List<File> files) |
public List<File> | getAugmentedClassPath() Returns a copy of the list of unique entries on the classpath. |
public String | getVariableClassName(String var) Gets the class name of a variable in the current interpreter. |
public String | getVariableToString(String var) Gets the string representation of the value of a variable in the current interpreter. |
public void | interpret(String s) Interprets the given string of source code in the active interpreter. |
public void | removeInterpreter(String name) Removes the interpreter with the given name, if it exists. |
public boolean | runTestSuite() |
public boolean | setActiveInterpreter(String name) |
public void | setPackageScope(String s) |
public void | setPrivateAccessible(boolean allow) Sets whether to allow private access. |
public void | setShowMessageOnResetFailure(boolean show) |
public boolean | setToDefaultInterpreter() Sets the default interpreter to be active. |