|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.perforce.HudsonP4RemoteExecutor
public class HudsonP4RemoteExecutor
| Method Summary | |
|---|---|
void |
close()
Close down all open resources |
void |
exec(String[] cmd)
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void close()
Executor
close in interface Executorclose in interface HudsonP4Executor
public void exec(String[] cmd)
throws PerforceException
Executor
exec in interface Executorexec in interface HudsonP4ExecutorPerforceExceptionpublic BufferedWriter getWriter()
Executor
getWriter in interface Executorpublic BufferedReader getReader()
Executor
getReader in interface Executorpublic InputStream getInputStream()
getInputStream in interface ExecutorgetInputStream in interface HudsonP4Executorpublic OutputStream getOutputStream()
getOutputStream in interface ExecutorgetOutputStream in interface HudsonP4Executor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||