|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Executor
A simplified interface for interacting with another process.
| Method Summary | |
|---|---|
void |
close()
Close down all open resources |
void |
exec(String[] args)
Execute the specified command and its arguments |
InputStream |
getInputStream()
|
OutputStream |
getOutputStream()
|
BufferedReader |
getReader()
Returns a BufferedReader for reading from the stdout/stderr of this process |
BufferedWriter |
getWriter()
Returns a BufferedWriter for writing to the stdin of this process |
| Method Detail |
|---|
void exec(String[] args)
throws PerforceException
args -
PerforceExceptionBufferedWriter getWriter()
OutputStream getOutputStream()
BufferedReader getReader()
InputStream getInputStream()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||