public class TopazProcess extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
debug |
Constructor and Description |
---|
TopazProcess(String GSdir,
String args) |
Modifier and Type | Method and Description |
---|---|
String |
command(String s) |
String |
command(String s,
int secondsToWait) |
void |
commandNoWait(String s) |
String |
header() |
String |
prompt() |
public TopazProcess(String GSdir, String args) throws IOException
IOException
public String prompt()
public String header()
public void commandNoWait(String s) throws IOException
IOException
public String command(String s, int secondsToWait) throws IOException
IOException
public String command(String s) throws IOException
IOException