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 ReadlineFlagModifier and TypeMethodDescriptionstatic EnumSet<ReadlineFlag> ReadlineFlags.all()Creates a set containing all readline flags.InputProcessor.flags()Gets the current readline flags.ReadlineRequest.flags()Returns the readline flags controlling behavior.static EnumSet<ReadlineFlag> ReadlineFlags.none()Creates an empty set of readline flags.static EnumSet<ReadlineFlag> ReadlineFlags.of(ReadlineFlag first, ReadlineFlag... rest) Creates a set containing the specified readline flags.Methods in org.aesh.readline with parameters of type ReadlineFlagModifier and TypeMethodDescriptionstatic EnumSet<ReadlineFlag> ReadlineFlags.of(ReadlineFlag first, ReadlineFlag... rest) Creates a set containing the specified readline flags.Method parameters in org.aesh.readline with type arguments of type ReadlineFlagModifier and TypeMethodDescriptionReadlineRequest.Builder.flags(EnumMap<ReadlineFlag, Integer> flags) Sets the readline flags controlling behavior.voidReadline.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) Deprecated.
Readline.readline(ReadlineRequest)withReadlineRequest.Builderinstead.