インターフェース CommandExecution
- すべての既知の実装クラス:
CommandExecution.DefaultCommandExecution
public interface CommandExecution
引数付きのコマンドからの結果を評価するためのインターフェース。
ネストされたクラスの要約
ネストされたクラス修飾子と型インターフェース説明static classstatic classstatic classstatic classCommandExecutionのデフォルトの実装。static classメソッドのサマリー
修飾子と型メソッド説明指定された引数でコマンドを評価します。static CommandExecutionof(ListSE<? extends org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> resolvers) デフォルトのCommandExecutionのインスタンスを取得します。static CommandExecutionof(ListSE<? extends org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> resolvers, jakarta.validation.Validator validator, org.jline.terminal.Terminal terminal, ShellContext shellContext, org.springframework.core.convert.ConversionService conversionService) デフォルトのCommandExecutionのインスタンスを取得します。static CommandExecutionof(ListSE<? extends org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> resolvers, jakarta.validation.Validator validator, org.jline.terminal.Terminal terminal, ShellContext shellContext, org.springframework.core.convert.ConversionService conversionService, CommandCatalog commandCatalog) デフォルトのCommandExecutionのインスタンスを取得します。
メソッドの詳細
evaluate
指定された引数でコマンドを評価します。- パラメーター:
args- コマンド引数- 戻り値:
- 評価された実行
of
static CommandExecution of(ListSE<? extends org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> resolvers) デフォルトのCommandExecutionのインスタンスを取得します。- パラメーター:
resolvers- ハンドラーメソッドの引数リゾルバー- 戻り値:
- デフォルトのコマンド実行
of
static CommandExecution of(ListSE<? extends org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> resolvers, jakarta.validation.Validator validator, org.jline.terminal.Terminal terminal, ShellContext shellContext, org.springframework.core.convert.ConversionService conversionService) デフォルトのCommandExecutionのインスタンスを取得します。- パラメーター:
resolvers- ハンドラーメソッドの引数リゾルバーvalidator- バリデーターterminal- ターミナルconversionService- 変換サービス- 戻り値:
- デフォルトのコマンド実行
of
static CommandExecution of(ListSE<? extends org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> resolvers, jakarta.validation.Validator validator, org.jline.terminal.Terminal terminal, ShellContext shellContext, org.springframework.core.convert.ConversionService conversionService, CommandCatalog commandCatalog) デフォルトのCommandExecutionのインスタンスを取得します。- パラメーター:
resolvers- ハンドラーメソッドの引数リゾルバーvalidator- バリデーターterminal- ターミナルconversionService- 変換サービス- 戻り値:
- デフォルトのコマンド実行