C# 클래스 JMeter.Toolkit.CLI.Commands.CommandParser

파일 보기 프로젝트 열기: fdore/jmeter-toolkit 1 사용 예제들

공개 메소드들

메소드 설명
CommandParser ( IEnumerable availableCommands ) : System.Collections.Generic

비공개 메소드들

메소드 설명
FindRequestedCommand ( string commandName ) : ICommandFactory
ParseCommand ( string args ) : ICommand

메소드 상세

CommandParser() 공개 메소드

public CommandParser ( IEnumerable availableCommands ) : System.Collections.Generic
availableCommands IEnumerable
리턴 System.Collections.Generic