|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.perforce.HudsonP4Executor
public class HudsonP4Executor
Implementation of the P4Java Executor interface that provides support for remotely executing Perforce commands.
User contract: Use this class only once to execute a command. ,to execute another command, spawn another Exector using the Exector Factory
| Method Summary | |
|---|---|
void |
close()
|
void |
exec(java.lang.String[] cmd)
|
java.io.BufferedReader |
getReader()
|
java.io.BufferedWriter |
getWriter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void close()
close in interface com.tek42.perforce.process.Executor
public void exec(java.lang.String[] cmd)
throws com.tek42.perforce.PerforceException
exec in interface com.tek42.perforce.process.Executorcom.tek42.perforce.PerforceExceptionpublic java.io.BufferedReader getReader()
getReader in interface com.tek42.perforce.process.Executorpublic java.io.BufferedWriter getWriter()
getWriter in interface com.tek42.perforce.process.Executor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||