Uses of Class
adams.core.management.OutputProcessStream
-
Packages that use OutputProcessStream Package Description adams.core.management adams.flow.sink -
-
Uses of OutputProcessStream in adams.core.management
Fields in adams.core.management declared as OutputProcessStream Modifier and Type Field Description protected OutputProcessStreamLauncher. m_StdErrfor stderr.protected OutputProcessStreamLauncher. m_StdOutfor stdout.Methods in adams.core.management that return OutputProcessStream Modifier and Type Method Description OutputProcessStreamLauncher. getStdErr()Returns the stderr handler.OutputProcessStreamLauncher. getStdOut()Returns the stdout handler. -
Uses of OutputProcessStream in adams.flow.sink
Fields in adams.flow.sink declared as OutputProcessStream Modifier and Type Field Description protected OutputProcessStreamExec. m_Stderrfor outputting stderr of the process.protected OutputProcessStreamExec. m_Stdoutfor outputting stdout of the process.
-