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.OutputTypeExec. m_OutputTypewhether to output stderr instead of stdout.Methods in adams.flow.source that return Exec.OutputType Modifier and Type Method Description Exec.OutputTypeExec. getOutputType()Returns what output from the process to forward.static Exec.OutputTypeExec.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 voidExec. setOutputType(Exec.OutputType value)Sets what output from the process to forward.
-