C# 클래스 GoatTrip.LucenceIndexer.ArgumentsParser

파일 보기 프로젝트 열기: NHSChoices/location-service 1 사용 예제들

공개 메소드들

메소드 설명
ArgumentsParser ( Dictionary definedArguments ) : System
ParseArgs ( string args ) : void

비공개 메소드들

메소드 설명
GetArgValue ( string args, string arg, int currentIndex ) : string
GetArgumnetKey ( string arg ) : string
RemoveQuotes ( string value ) : string
ValueDeliminatedInSingleKey ( string arg ) : bool

메소드 상세

ArgumentsParser() 공개 메소드

public ArgumentsParser ( Dictionary definedArguments ) : System
definedArguments Dictionary
리턴 System

ParseArgs() 공개 메소드

public ParseArgs ( string args ) : void
args string
리턴 void