public class ProxyCompiler
extends java.lang.Object
Constructor | Description |
---|---|
ProxyCompiler() |
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.
|
public static void compile(java.lang.String filename, java.lang.String destDir)
filename
- python filename to execdestDir
- destination directory for the proxy classes