|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VProcess
Simple abtract process class (Under construction) for local and remote command execution.
Method Summary | |
---|---|
void |
execute(java.lang.String[] cmds,
boolean waitForCompletion)
Execute command. |
int |
getExitValue()
Get exit value. |
java.io.OutputStream |
getOutputStream()
Get OutputStream to write to: |
java.lang.String |
getStderr()
Returns stderr String after execution. |
java.lang.String |
getStdout()
Returns stdout String after execution. |
void |
terminate()
Terminate process immediatly. |
void |
waitFor()
Wait for the process to terminate. |
Method Detail |
---|
void execute(java.lang.String[] cmds, boolean waitForCompletion) throws VlException
waitForCompletion
- whether the command should wait for the process to end
VlException
void terminate()
java.lang.String getStdout()
java.lang.String getStderr()
void waitFor() throws VlException
VlException
int getExitValue()
java.io.OutputStream getOutputStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |