C# Class Sql2Growl.CommandLine

Afficher le fichier Open project: knippers/sql2growl

Méthodes publiques

Méthode Description
CommandLine ( String p_arguments ) : System
FlagSet ( String p_flag ) : System.Boolean
GetOption ( String p_option ) : string
OptionSet ( String p_option ) : System.Boolean

Méthodes protégées

Méthode Description
Match ( String p_argOne, String p_argTwo ) : System.Boolean

Method Details

CommandLine() public méthode

public CommandLine ( String p_arguments ) : System
p_arguments String
Résultat System

FlagSet() public méthode

public FlagSet ( String p_flag ) : System.Boolean
p_flag String
Résultat System.Boolean

GetOption() public méthode

public GetOption ( String p_option ) : string
p_option String
Résultat string

Match() protected méthode

protected Match ( String p_argOne, String p_argTwo ) : System.Boolean
p_argOne String
p_argTwo String
Résultat System.Boolean

OptionSet() public méthode

public OptionSet ( String p_option ) : System.Boolean
p_option String
Résultat System.Boolean