Top Constructors Methods
org.python.util

public Class ProxyCompiler

extends Object
Class Inheritance
Imports
java.util.Properties, org.python.core.PySystemState, .RegistryKey

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static void
compile(String
python filename to exec
filename
,
String
destination directory for the proxy classes
destDir
)

Compiles the python file by loading it FIXME: this is quite hackish right now.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

ProxyCompilerback to summary
public ProxyCompiler()

Method Detail

compileback to summary
public static void compile(String filename, 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:String

python filename to exec

destDir:String

destination directory for the proxy classes