インターフェースの使用
org.springframework.shell.jline.tui.component.flow.PathInputSpec
PathInputSpec を使用するパッケージ
org.springframework.shell.jline.tui.component.flow 内の PathInputSpec 使用
修飾子と型メソッド説明BasePathInput.defaultValue(StringSE defaultValue) PathInputSpec.defaultValue(StringSE defaultValue) デフォルト値を設定します。BasePathInput.getThis()名前を設定します。BasePathInput.next(FunctionSE<PathInput.PathInputContext, StringSE> next) PathInputSpec.next(FunctionSE<PathInput.PathInputContext, StringSE> next) 次のコンポーネントの ID を返す関数を定義します。BasePathInput.postHandler(ConsumerSE<PathInput.PathInputContext> handler) PathInputSpec.postHandler(ConsumerSE<PathInput.PathInputContext> handler) 実行後のコンテキストハンドラーを追加します。BasePathInput.preHandler(ConsumerSE<PathInput.PathInputContext> handler) PathInputSpec.preHandler(ConsumerSE<PathInput.PathInputContext> handler) 実行前のコンテキストハンドラーを追加します。BasePathInput.renderer(FunctionSE<PathInput.PathInputContext, ListSE<org.jline.utils.AttributedString>> renderer) PathInputSpec.renderer(FunctionSE<PathInput.PathInputContext, ListSE<org.jline.utils.AttributedString>> renderer) レンダラー関数を設定します。BasePathInput.resultMode(ResultMode resultMode) PathInputSpec.resultMode(ResultMode resultMode) 結果モードを設定します。BasePathInput.resultValue(StringSE resultValue) PathInputSpec.resultValue(StringSE resultValue) 結果値を設定します。BasePathInput.storeResult(boolean store) PathInputSpec.storeResult(boolean store) ビルダーに与えられたキーを使用して、StringInput.StringInputContextからの結果をComponentContextに自動的に格納します。デフォルトのレンダラーテンプレートの場所を設定します。ComponentFlow.BaseBuilder.withPathInput(StringSE id) ComponentFlow.Builder.withPathInput(StringSE id) パス入力のビルダーを取得します。