C# Class JMeter.Toolkit.CLI.Commands.CommandParser

Mostra file Open project: fdore/jmeter-toolkit Class Usage Examples

Public Methods

Method Description
CommandParser ( IEnumerable availableCommands ) : System.Collections.Generic

Private Methods

Method Description
FindRequestedCommand ( string commandName ) : ICommandFactory
ParseCommand ( string args ) : ICommand

Method Details

CommandParser() public method

public CommandParser ( IEnumerable availableCommands ) : System.Collections.Generic
availableCommands IEnumerable
return System.Collections.Generic