Uses of Class
adams.flow.source.Exec.OutputType
-
Packages that use Exec.OutputType Package Description adams.flow.source -
-
Uses of Exec.OutputType in adams.flow.source
Fields in adams.flow.source declared as Exec.OutputType Modifier and Type Field Description protected Exec.OutputType
Exec. m_OutputType
whether to output stderr instead of stdout.Methods in adams.flow.source that return Exec.OutputType Modifier and Type Method Description Exec.OutputType
Exec. getOutputType()
Returns what output from the process to forward.static Exec.OutputType
Exec.OutputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Exec.OutputType[]
Exec.OutputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.source with parameters of type Exec.OutputType Modifier and Type Method Description void
Exec. setOutputType(Exec.OutputType value)
Sets what output from the process to forward.
-