- m_Command - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
the command.
- m_Content - Variable in class com.github.fracpete.processoutput4j.reader.CollectingProcessReader
-
the string builder to store the data in.
- m_Environment - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
the environment variables.
- m_ExitCode - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
the exit code.
- m_Forward - Variable in class com.github.fracpete.processoutput4j.reader.StreamingProcessReader
-
whether to forward the output to the owner.
- m_Owner - Variable in class com.github.fracpete.processoutput4j.output.StreamingProcessOutput
-
the owner.
- m_Owner - Variable in class com.github.fracpete.processoutput4j.reader.StreamingProcessReader
-
the owner.
- m_Prefix - Variable in class com.github.fracpete.processoutput4j.reader.ConsoleOutputProcessReader
-
the prefix to use.
- m_PrefixStdErr - Variable in class com.github.fracpete.processoutput4j.core.impl.PrefixedStreamingProcessOwner
-
the prefix for stderr.
- m_PrefixStdOut - Variable in class com.github.fracpete.processoutput4j.core.impl.PrefixedStreamingProcessOwner
-
the prefix for stdout.
- m_Process - Variable in class com.github.fracpete.processoutput4j.core.AbstractProcessRunnable
-
the process to read from.
- m_Process - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
the process.
- m_Queue - Variable in class com.github.fracpete.processoutput4j.core.AbstractProcessRunnable
-
the blocking queue for the process.
- m_Reader - Variable in class com.github.fracpete.processoutput4j.reader.AbstractProcessReader
-
the reader use internally.
- m_ReaderStdErr - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
for monitoring stderr.
- m_ReaderStdOut - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
for monitoring stdout.
- m_RunnableTimeout - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
for monitoring timeouts.
- m_StdErr - Variable in class com.github.fracpete.processoutput4j.output.CollectingProcessOutput
-
the stderr content.
- m_Stdout - Variable in class com.github.fracpete.processoutput4j.reader.AbstractProcessReader
-
whether to use stdout or stderr.
- m_StdOut - Variable in class com.github.fracpete.processoutput4j.output.CollectingProcessOutput
-
the stdout content.
- m_Stopped - Variable in class com.github.fracpete.processoutput4j.core.AbstractProcessRunnable
-
whether the reader got stopped.
- m_TimedOut - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
whether the process has timed out.
- m_TimeOut - Variable in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
the timeout for the process in seconds (ignored if < 1).
- main(String[]) - Static method in class com.github.fracpete.processoutput4j.output.CollectingProcessOutput
-
Allows the execution of a command through this process output scheme.
- main(String[]) - Static method in class com.github.fracpete.processoutput4j.output.ConsoleOutputProcessOutput
-
Allows the execution of a command through this process output scheme.
- main(String[]) - Static method in class com.github.fracpete.processoutput4j.output.StreamingProcessOutput
-
Allows the execution of a command through this process output scheme.
- monitor(ProcessBuilder) - Method in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
Performs the actual process monitoring.
- monitor(String[], String[], String, Process) - Method in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
Performs the actual process monitoring.
- monitor(String, ProcessBuilder) - Method in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
Performs the actual process monitoring.
- monitor(String, String[], Process) - Method in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
Performs the actual process monitoring.
- monitor(String, String[], String, Process) - Method in class com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
Performs the actual process monitoring.