C# Class Sql2Growl.CommandLine

显示文件 Open project: knippers/sql2growl

Public Methods

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

Protected Methods

Method Description
Match ( String p_argOne, String p_argTwo ) : System.Boolean

Method Details

CommandLine() public method

public CommandLine ( String p_arguments ) : System
p_arguments String
return System

FlagSet() public method

public FlagSet ( String p_flag ) : System.Boolean
p_flag String
return System.Boolean

GetOption() public method

public GetOption ( String p_option ) : string
p_option String
return string

Match() protected method

protected Match ( String p_argOne, String p_argTwo ) : System.Boolean
p_argOne String
p_argTwo String
return System.Boolean

OptionSet() public method

public OptionSet ( String p_option ) : System.Boolean
p_option String
return System.Boolean