public class DebuggerEngine extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<Thread,Process> |
processPerThread |
| Constructor and Description |
|---|
DebuggerEngine() |
| Modifier and Type | Method and Description |
|---|---|
static String |
compileFiles(Console console,
String[] files,
String outputFileDir,
StreamWatcherDelegate delegate) |
static String |
getClassPath(String outputPath) |
static Process |
getProcess() |
static Process |
getProcess(Thread t) |
static void |
removeProcess() |
static String |
runANTLR(Console console,
String file,
String libPath,
String outputPath,
StreamWatcherDelegate delegate) |
static String |
runJava(Console console,
String currentPath,
String[] params,
StreamWatcherDelegate delegate) |
static void |
setProcess(Process p) |
public static void setProcess(Process p)
public static void removeProcess()
public static Process getProcess()
public static String runANTLR(Console console, String file, String libPath, String outputPath, StreamWatcherDelegate delegate)
public static String runJava(Console console, String currentPath, String[] params, StreamWatcherDelegate delegate)
public static String compileFiles(Console console, String[] files, String outputFileDir, StreamWatcherDelegate delegate)
Copyright © 2013. All rights reserved.