Method | Description | |
---|---|---|
AddDefinition ( string Definition ) : void | ||
AddRule ( string Rule ) : void | ||
GetValue ( string Switch ) : string | ||
IsNegated ( string Switch ) : bool | ||
IsPresent ( string Switch ) : bool | ||
LoadDefinitions ( ) : void | ||
SetSSecretMarker ( char Marker = '#' ) : void | ||
SetSwitchIdentifier ( string Identifier = "/" ) : void |
Method | Description | |
---|---|---|
CheckDebugState ( ) : void | ||
ReadPassword ( ) : string | ||
ShowCLIdetails ( cliDataSet cli ) : void | ||
WriteDebugLevel1 ( string Message ) : void | ||
WriteDebugLevel2 ( string Message ) : void | ||
WriteDebugLevel3 ( string Message ) : void | ||
WriteError ( string Message ) : void | ||
WriteWarning ( string Message ) : void |
public static AddDefinition ( string Definition ) : void | ||
Definition | string | |
return | void |
public static GetValue ( string Switch ) : string | ||
Switch | string | |
return | string |
public static IsNegated ( string Switch ) : bool | ||
Switch | string | |
return | bool |
public static IsPresent ( string Switch ) : bool | ||
Switch | string | |
return | bool |
public static SetSSecretMarker ( char Marker = '#' ) : void | ||
Marker | char | |
return | void |
public static SetSwitchIdentifier ( string Identifier = "/" ) : void | ||
Identifier | string | |
return | void |