public class ExternalProgram extends Object
| Constructor and Description |
|---|
ExternalProgram(String path_to_cmd) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getErrorStream() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
static boolean |
isExecuteableFile(File path_to_cmd_f) |
Process |
launch(String[] opts) |
int |
waitFor() |
public ExternalProgram(String path_to_cmd)
public static boolean isExecuteableFile(File path_to_cmd_f)
public InputStream getErrorStream()
public InputStream getInputStream()
public OutputStream getOutputStream()
public Process launch(String[] opts) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic int waitFor()
Copyright © 2016. All rights reserved.