Uses of Interface
org.springframework.shell.core.InputReader
Packages that use InputReader
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually
implemented.
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
-
Uses of InputReader in org.springframework.shell.core
Classes in org.springframework.shell.core that implement InputReaderModifier and TypeClassDescriptionclassImplementation ofInputReaderthat reads input from the system console.Methods in org.springframework.shell.core that return InputReaderModifier and TypeMethodDescriptionabstract InputReaderInteractiveShellRunner.getReader()Get the input reader.SystemShellRunner.getReader() -
Uses of InputReader in org.springframework.shell.core.command
Methods in org.springframework.shell.core.command that return InputReaderModifier and TypeMethodDescriptionCommandContext.inputReader()Returns the value of theinputReaderrecord component.Constructors in org.springframework.shell.core.command with parameters of type InputReaderModifierConstructorDescriptionCommandContext(ParsedInput parsedInput, CommandRegistry commandRegistry, PrintWriter outputWriter, InputReader inputReader) Creates an instance of aCommandContextrecord class. -
Uses of InputReader in org.springframework.shell.jline
Classes in org.springframework.shell.jline that implement InputReaderModifier and TypeClassDescriptionclassImplementation ofInputReaderthat reads input using JLine'sLineReader.Methods in org.springframework.shell.jline that return InputReader