Uses of Class
com.github.fracpete.processoutput4j.core.StreamingProcessOutputType
-
Packages that use StreamingProcessOutputType Package Description com.github.fracpete.processoutput4j.core com.github.fracpete.processoutput4j.core.impl -
-
Uses of StreamingProcessOutputType in com.github.fracpete.processoutput4j.core
Methods in com.github.fracpete.processoutput4j.core that return StreamingProcessOutputType Modifier and Type Method Description StreamingProcessOutputTypeStreamingProcessOwner. getOutputType()Returns what output from the process to forward.static StreamingProcessOutputTypeStreamingProcessOutputType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreamingProcessOutputType[]StreamingProcessOutputType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StreamingProcessOutputType in com.github.fracpete.processoutput4j.core.impl
Methods in com.github.fracpete.processoutput4j.core.impl that return StreamingProcessOutputType Modifier and Type Method Description StreamingProcessOutputTypePrefixedStreamingProcessOwner. getOutputType()Returns what output from the process to forward.StreamingProcessOutputTypeSimpleStreamingProcessOwner. getOutputType()Returns what output from the process to forward.
-