C# 클래스 LinqTwit.Infrastructure.Commands.CommandExecutor

상속: ICommandExecutor
파일 보기 프로젝트 열기: ArildF/linqtwit

공개 메소드들

메소드 설명
AddPrefix ( string prefix ) : void
AddRedundantSuffix ( string suffix ) : void
CommandExecutor ( IServiceLocator locator, IArgumentParser parser, ICommandUIService commandUIService ) : System
Execute ( string commandString ) : void

비공개 메소드들

메소드 설명
FindCommand ( string commandString ) : ICommand
FindCommandStringVariants ( string commandString ) : IEnumerable
SplitToCommandAndArguments ( string commandString ) : string>.Tuple
TryHandleByUI ( ICommand command, object argument ) : bool

메소드 상세

AddPrefix() 공개 메소드

public AddPrefix ( string prefix ) : void
prefix string
리턴 void

AddRedundantSuffix() 공개 메소드

public AddRedundantSuffix ( string suffix ) : void
suffix string
리턴 void

CommandExecutor() 공개 메소드

public CommandExecutor ( IServiceLocator locator, IArgumentParser parser, ICommandUIService commandUIService ) : System
locator IServiceLocator
parser IArgumentParser
commandUIService ICommandUIService
리턴 System

Execute() 공개 메소드

public Execute ( string commandString ) : void
commandString string
리턴 void