Package org.springframework.shell.jline
@NullMarked
package org.springframework.shell.jline
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
- Author:
- Eric Bottard
-
ClassDescriptionAn extension of
ParsedLinethat, being aware of the quoting and escaping rules of theParserthat produced it, knows if and how a completion candidate should be escaped/quoted.Shameful copy-paste of JLine'sDefaultParserwhich createsCompletingParsedLine.Interactive shell runner based on the JVM's systemConsole.Called at each REPL cycle to decide what the prompt should be.