IContextFactory static public HAXE_REMOTING:Stringstatic public exitMETHOD:HaxeMethodstatic public runProcessMETHOD:HaxeMethodstatic public isHaxeMETHOD:HaxeMethodstatic public function getHaxeMethod(method:HaxeMethod):StringReturns Haxe backend method name.
method | Method name to call |
static public function getInstance():HaxeContextReturns ContextManager instance.
Use init method to define context.
public function createContainer():ContextContainerCreates Haxe application container.
createContainer() in fever.app.context.abstract.IContextFactory
public function createFileSystem():FileSystemInits Haxe FileSystem I/O.
createFileSystem() in fever.app.context.abstract.IContextFactory
public function runProcess(app:String, args:String, workingDir:String, hidden:Boolean, waitFor:Boolean)