Uses of Enum
org.aesh.readline.ReadlineFlag
Packages that use ReadlineFlag
-
Uses of ReadlineFlag in org.aesh.readline
Methods in org.aesh.readline that return ReadlineFlagModifier and TypeMethodDescriptionstatic ReadlineFlagReturns the enum constant of this type with the specified name.static ReadlineFlag[]ReadlineFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.readline that return types with arguments of type ReadlineFlagMethod parameters in org.aesh.readline with type arguments of type ReadlineFlagModifier and TypeMethodDescriptionvoidReadline.readline(Connection conn, Prompt prompt, Consumer<String> requestHandler, List<Completion> completions, List<Function<String, Optional<String>>> preProcessors, History history, CursorListener listener, EnumMap<ReadlineFlag, Integer> flags) Reads a line of input from the connection with all configuration options.