クラスの使用
org.springframework.shell.jline.JLineInputProvider
JLineInputProvider を使用するパッケージ
パッケージ
説明
JLine ライブラリを利用して Spring Shell REPL にフックするクラスが含まれています。
org.springframework.shell.core.autoconfigure 内の JLineInputProvider 使用
修飾子と型メソッド説明JLineShellAutoConfiguration.inputProvider(org.jline.reader.LineReader lineReader, PromptProvider promptProvider) 型 JLineInputProvider のパラメーターを持つ org.springframework.shell.core.autoconfigure のメソッド修飾子と型メソッド説明JLineShellAutoConfiguration.jlineShellRunner(JLineInputProvider inputProvider, CommandParser commandParser, CommandRegistry commandRegistry, org.springframework.core.env.Environment environment) org.springframework.shell.jline 内の JLineInputProvider 使用
型 JLineInputProvider のパラメーターを持つ org.springframework.shell.jline のメソッド修飾子と型メソッド説明DefaultJLineShellConfiguration.shellRunner(JLineInputProvider inputProvider, CommandRegistry commandRegistry) 型 JLineInputProvider のパラメーターを持つ org.springframework.shell.jline のコンストラクター修飾子コンストラクター説明JLineShellRunner(JLineInputProvider inputProvider, CommandParser commandParser, CommandRegistry commandRegistry) 新しいJLineShellRunnerインスタンスを作成します。