クラスの使用
org.springframework.shell.jline.CommandCompleter
CommandCompleter を使用するパッケージ
パッケージ
説明
JLine ライブラリを利用して Spring Shell REPL にフックするクラスが含まれています。
org.springframework.shell.core.autoconfigure 内の CommandCompleter 使用
型 CommandCompleter のパラメーターを持つ org.springframework.shell.core.autoconfigure のメソッド修飾子と型メソッド説明org.jline.reader.LineReaderJLineShellAutoConfiguration.lineReader(org.jline.terminal.Terminal terminal, org.jline.reader.Parser parser, CommandCompleter commandCompleter, CommandHighlighter commandHighlighter) org.springframework.shell.jline 内の CommandCompleter 使用
型 CommandCompleter のパラメーターを持つ org.springframework.shell.jline のメソッド修飾子と型メソッド説明org.jline.reader.LineReaderDefaultJLineShellConfiguration.lineReader(org.jline.terminal.Terminal terminal, org.jline.reader.Parser parser, CommandCompleter commandCompleter)