C# Class GoatTrip.LucenceIndexer.ArgumentsParser

Exibir arquivo Open project: NHSChoices/location-service Class Usage Examples

Public Methods

Method Description
ArgumentsParser ( Dictionary definedArguments ) : System
ParseArgs ( string args ) : void

Private Methods

Method Description
GetArgValue ( string args, string arg, int currentIndex ) : string
GetArgumnetKey ( string arg ) : string
RemoveQuotes ( string value ) : string
ValueDeliminatedInSingleKey ( string arg ) : bool

Method Details

ArgumentsParser() public method

public ArgumentsParser ( Dictionary definedArguments ) : System
definedArguments Dictionary
return System

ParseArgs() public method

public ParseArgs ( string args ) : void
args string
return void