Serialized Form
-
Package com.github.fracpete.processoutput4j.output
-
Class com.github.fracpete.processoutput4j.output.AbstractProcessOutput extends java.lang.Object implements Serializable
- serialVersionUID:
- 1902809285333524039L
-
Serialized Fields
-
m_Command
java.lang.String[] m_Command
the command. -
m_Environment
java.lang.String[] m_Environment
the environment variables. -
m_ExitCode
int m_ExitCode
the exit code. -
m_TimedOut
boolean m_TimedOut
whether the process has timed out. -
m_TimeOut
int m_TimeOut
the timeout for the process in seconds (ignored if < 1).
-
-
Class com.github.fracpete.processoutput4j.output.CollectingProcessOutput extends AbstractProcessOutput implements Serializable
- serialVersionUID:
- 1902809285333524039L
-
Serialized Fields
-
m_StdErr
java.lang.StringBuilder m_StdErr
the stderr content. -
m_StdOut
java.lang.StringBuilder m_StdOut
the stdout content.
-
-
Class com.github.fracpete.processoutput4j.output.ConsoleOutputProcessOutput extends AbstractProcessOutput implements Serializable
- serialVersionUID:
- 1902809285333524039L
-
Class com.github.fracpete.processoutput4j.output.StreamingProcessOutput extends AbstractProcessOutput implements Serializable
- serialVersionUID:
- 3891848111786764283L
-
Serialized Fields
-
m_Owner
StreamingProcessOwner m_Owner
the owner.
-
-