Class GitSshdSessionProcess
java.lang.Object
java.lang.Process
org.apache.sshd.git.transport.GitSshdSessionProcess
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGitSshdSessionProcess(org.apache.sshd.client.channel.ChannelExec channel, String commandName, int timeoutSec) -
Method Summary
Methods inherited from class Process
destroyForcibly, isAlive, waitFor
-
Field Details
-
CLOSE_WAIT_EVENTS
-
channel
protected final org.apache.sshd.client.channel.ChannelExec channel -
commandName
-
waitTimeout
protected final long waitTimeout -
log
protected final org.slf4j.Logger log
-
-
Constructor Details
-
GitSshdSessionProcess
public GitSshdSessionProcess(org.apache.sshd.client.channel.ChannelExec channel, String commandName, int timeoutSec)
-
-
Method Details
-
getOutputStream
- Specified by:
getOutputStreamin classProcess
-
getInputStream
- Specified by:
getInputStreamin classProcess
-
getErrorStream
- Specified by:
getErrorStreamin classProcess
-
waitFor
- Specified by:
waitForin classProcess- Throws:
InterruptedException
-
exitValue
-
destroy
-
toString
-