インターフェースの使用
org.springframework.shell.core.InputProvider
InputProvider を使用するパッケージ
パッケージ
説明
コマンドが実際に実装される方法に関係なく、Spring Shell のコアクラスが含まれます。
JLine ライブラリを利用して Spring Shell REPL にフックするクラスが含まれています。
org.springframework.shell.core 内の InputProvider 使用
InputProvider を実装している org.springframework.shell.core のクラス型 InputProvider のパラメーターを持つ org.springframework.shell.core のコンストラクター修飾子コンストラクター説明InteractiveShellRunner(InputProvider inputProvider, CommandParser commandParser, CommandRegistry commandRegistry) 新しいInteractiveShellRunnerインスタンスを作成します。org.springframework.shell.jline 内の InputProvider 使用
InputProvider を実装している org.springframework.shell.jline のクラス