Uses of Enum
jline.streaming.StreamingOptions.StreamMode
Packages that use StreamingOptions.StreamMode
-
Uses of StreamingOptions.StreamMode in jline.streaming
Fields in jline.streaming declared as StreamingOptions.StreamModeMethods in jline.streaming that return StreamingOptions.StreamModeModifier and TypeMethodDescriptionstatic StreamingOptions.StreamModeReturns the enum constant of this type with the specified name.static StreamingOptions.StreamMode[]StreamingOptions.StreamMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline.streaming with parameters of type StreamingOptions.StreamModeModifier and TypeMethodDescriptionStreamingOptions.mode(StreamingOptions.StreamMode mode) Set the streaming mode.