Package org.python.util
Class ProxyCompiler
- java.lang.Object
-
- org.python.util.ProxyCompiler
-
public class ProxyCompiler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProxyCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
compile(java.lang.String filename, java.lang.String destDir)
Compiles the python file by loading it FIXME: this is quite hackish right now.
-
-
-
Method Detail
-
compile
public static void compile(java.lang.String filename, java.lang.String destDir)
Compiles the python file by loading it FIXME: this is quite hackish right now. It basically starts a whole interpreter and sets proxyDebugDirectory as the destination for the compiled proxy class- Parameters:
filename
- python filename to execdestDir
- destination directory for the proxy classes
-
-