Package kboyle.oktane.core.parsers
Interface ArgumentParser
- All Known Implementing Classes:
DefaultArgumentParser
public interface ArgumentParser
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ArgumentParserResult>
parse(CommandContext context, Command command, List<String> tokens)
-
Method Details
-
parse
reactor.core.publisher.Mono<ArgumentParserResult> parse(CommandContext context, Command command, List<String> tokens)
-