| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected java.lang.Process |
process
Process for Sac |
protected InputStreamThread |
standardError
Stream for standard error |
protected java.io.OutputStream |
standardInput
connected to standard input
|
protected InputStreamThread |
standardOutput
Stream for standard write |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
InputStreamThread |
getStandardError() |
java.io.OutputStream |
getStandardInput() |
InputStreamThread |
getStandardOutput() |
static boolean |
isInPath(java.lang.String executable)
This method uses /usr/bin/which
|
static ExternalProcess |
launch(java.util.List<java.lang.String> command) |
static ExternalProcess |
launch(java.lang.String... command) |
int |
waitFor() |
protected final InputStreamThread standardOutput
Stream for standard writeprotected final InputStreamThread standardError
Stream for standard errorprotected final java.io.OutputStream standardInput
protected java.lang.Process process
Process for Sacpublic static ExternalProcess launch(java.lang.String... command) throws java.io.IOException
java.io.IOExceptionpublic static ExternalProcess launch(java.util.List<java.lang.String> command) throws java.io.IOException
java.io.IOExceptionpublic static boolean isInPath(java.lang.String executable)
executable - to look forpublic java.io.OutputStream getStandardInput()
OutputStream connected to a standard input to the processpublic InputStreamThread getStandardOutput()
InputStreamThread connected to a standard write to the
processpublic InputStreamThread getStandardError()
InputStreamThread connected to a standard error to the
processpublic int waitFor()