Save This Page
Home » cocoon-2.1.11-src » org.python » util » [javadoc | source]
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.
Method from org.python.util.PythonInterpreter Summary:
exec,   initialize,   set
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.python.util.PythonInterpreter Detail:
 public  void exec(PyObject code) 
 public static  void initialize(Properties preProperties,
    Properties postProperties,
    String[] argv) 
 public  void set(String string,
    Object obj)