インターフェース CommandParser.CommandParserResult
- すべての既知の実装クラス:
CommandParser.DefaultCommandParserResult
- 含まれているインターフェース:
- CommandParser
public static interface CommandParser.CommandParserResult
引数を指定して
CommandOption を解析した結果。方法の概要
修飾子と型メソッド説明of(CommandOption option, ObjectSE value) デフォルトのCommandParser.CommandParserResultのインスタンスを取得します。option()CommandOptionを取得します。value()値を取得します。
方法の詳細
option
CommandOption option()CommandOptionを取得します。- 戻り値:
- コマンドオプション
value
ObjectSE value()値を取得します。- 戻り値:
- 値
of
デフォルトのCommandParser.CommandParserResultのインスタンスを取得します。- パラメーター:
option- コマンドオプションvalue- 値- 戻り値:
- 結果