|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseResult | |
---|---|
org.naturalcli | Provides classes and interfaces for handling command lines human readable. |
org.naturalcli.commands | Provides classes with pre-definded commands for NaturalCLI. |
Uses of ParseResult in org.naturalcli |
---|
Methods in org.naturalcli that return ParseResult | |
---|---|
ParseResult |
Syntax.parse(java.lang.String[] candidates,
int first,
ParameterValidator pv)
Parse the tokens to see if match with the syntax |
Methods in org.naturalcli with parameters of type ParseResult | |
---|---|
void |
ICommandExecutor.execute(ParseResult parseResult)
Execute the command. |
Uses of ParseResult in org.naturalcli.commands |
---|
Methods in org.naturalcli.commands with parameters of type ParseResult | |
---|---|
void |
ExecuteFileCommandExecutor.execute(ParseResult parseResult)
|
void |
HelpCommandExecutor.execute(ParseResult parseResult)
|
void |
SleepCommandExecutor.execute(ParseResult parseResult)
|
void |
HTMLHelpCommandExecutor.execute(ParseResult parseResult)
|
void |
NullCommandExecutor.execute(ParseResult parseResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |