C# Class org.yinwang.pysonar.Options

Exibir arquivo Open project: uxmal/pytocs Class Usage Examples

Public Methods

Method Description
Options ( ) : System
get ( string key ) : object
getArgs ( ) : List
getOptionsMap ( ) : object>.Dictionary
hasOption ( string key ) : bool
main ( string args ) : void
put ( string key, object value ) : void

Method Details

Options() public method

public Options ( ) : System
return System

get() public method

public get ( string key ) : object
key string
return object

getArgs() public method

public getArgs ( ) : List
return List

getOptionsMap() public method

public getOptionsMap ( ) : object>.Dictionary
return object>.Dictionary

hasOption() public method

public hasOption ( string key ) : bool
key string
return bool

main() public static method

public static main ( string args ) : void
args string
return void

put() public method

public put ( string key, object value ) : void
key string
value object
return void