Méthode | Description | |
---|---|---|
CommandRunner ( ICommandParser parser, ICommandLookup lookup ) : System |
Initializes a new instance of the CommandRunner class.
|
|
Run ( string commandline ) : |
Run command (parse, find, compare arguments and execute if ok)
|
|
Validate ( string commandline ) : |
Validate command (parse, find and compare arguments)
|
Méthode | Description | |
---|---|---|
ValidateDo ( string commandline ) : Tuple |
public CommandRunner ( ICommandParser parser, ICommandLookup lookup ) : System | ||
parser | ICommandParser | The parser. |
lookup | ICommandLookup | The lookup. |
Résultat | System |
public Run ( string commandline ) : |
||
commandline | string | |
Résultat |
public Validate ( string commandline ) : |
||
commandline | string | |
Résultat |