org.python.util
public class: PythonInterpreter [javadoc |
source]
java.lang.Object
org.python.util.PythonInterpreter
Mock class providing the declarations required to compile the Cocoon code when
the actual library is not present.
- version:
CVS - $Id: PythonInterpreter.java 433543 2006-08-22 06:22:54Z crossley $
| Method from org.python.util.PythonInterpreter Detail: |
public void exec(PyObject code) {
throw new NoSuchMethodError("This is a mock object");
}
|
public static void initialize(Properties preProperties,
Properties postProperties,
String[] argv) {
throw new NoSuchMethodError("This is a mock object");
}
|
public void set(String string,
Object obj) {
throw new NoSuchMethodError("This is a mock object");
}
|