Package org.eclipse.jgit.transport.sshd
Class SshdSession.SshdExecProcess
java.lang.Object
java.lang.Process
org.eclipse.jgit.transport.sshd.SshdSession.SshdExecProcess
- Enclosing class:
SshdSession
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.sshd.client.channel.ChannelExec
private final String
-
Constructor Summary
ConstructorsConstructorDescriptionSshdExecProcess
(org.apache.sshd.client.channel.ChannelExec channel, String commandName) -
Method Summary
Methods inherited from class java.lang.Process
destroyForcibly, isAlive
-
Field Details
-
channel
private final org.apache.sshd.client.channel.ChannelExec channel -
commandName
-
-
Constructor Details
-
SshdExecProcess
-
-
Method Details
-
getOutputStream
- Specified by:
getOutputStream
in classProcess
-
getInputStream
- Specified by:
getInputStream
in classProcess
-
getErrorStream
- Specified by:
getErrorStream
in classProcess
-
waitFor
- Specified by:
waitFor
in classProcess
- Throws:
InterruptedException
-
waitFor
- Overrides:
waitFor
in classProcess
- Throws:
InterruptedException
-
exitValue
public int exitValue() -
destroy
public void destroy()
-