IContextFactory static public function getInstance():StudioContextReturns ContextManager instance.
Use init method to define context.
public function createContainer():ContextContainerCreates SWF Studio 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)