C# Class GoatTrip.LucenceIndexer.ArgumentsParser

Afficher le fichier Open project: NHSChoices/location-service Class Usage Examples

Méthodes publiques

Méthode Description
ArgumentsParser ( Dictionary definedArguments ) : System
ParseArgs ( string args ) : void

Private Methods

Méthode 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 méthode

public ArgumentsParser ( Dictionary definedArguments ) : System
definedArguments Dictionary
Résultat System

ParseArgs() public méthode

public ParseArgs ( string args ) : void
args string
Résultat void