Method | Description | |
---|---|---|
ReadSetting ( Context context, string owner, string key ) : SonarQubeProperties |
The write configuration.
|
|
ResetAllSettings ( ) : void |
The delete settings file.
|
|
SyncSettings ( ) : void |
The sync settings.
|
|
UserAppDataConfigurationFile ( ) : string |
The get user app data configuration file.
|
|
UserLogForAnalysisFile ( ) : string |
The user log for analysis file.
|
|
VsConfigurationHelper ( string vsVersion ) : System |
Initializes a new instance of the VsConfigurationHelper class.
|
|
WriteOptionInApplicationData ( Context context, string owner, string key, string value, bool sync = false, bool skipIfExist = false ) : void |
The write option in application data.
|
|
WriteSetting ( Context context, string owner, string key, string value, bool sync = false, bool skipIfExist = false ) : void | ||
WriteSetting ( SonarQubeProperties prop, bool sync = false, bool skipIfExist = false ) : void |
The write setting.
|
Method | Description | |
---|---|---|
GetBaseRegistry ( bool enableWrite ) : |
Gets the base registry.
|
|
GetRegistryKey ( SonarQubeProperties prop ) : string |
Gets the registry key.
|
public ReadSetting ( Context context, string owner, string key ) : SonarQubeProperties | ||
context | Context | The context. |
owner | string | The owner. |
key | string | The key. |
return | SonarQubeProperties |
public UserAppDataConfigurationFile ( ) : string | ||
return | string |
public VsConfigurationHelper ( string vsVersion ) : System | ||
vsVersion | string | The vs version. |
return | System |
public WriteOptionInApplicationData ( Context context, string owner, string key, string value, bool sync = false, bool skipIfExist = false ) : void | ||
context | Context | The context. |
owner | string | The owner. |
key | string | The key. |
value | string | The value. |
sync | bool | The sync. |
skipIfExist | bool | The skip if exist. |
return | void |
public WriteSetting ( Context context, string owner, string key, string value, bool sync = false, bool skipIfExist = false ) : void | ||
context | Context | |
owner | string | |
key | string | |
value | string | |
sync | bool | |
skipIfExist | bool | |
return | void |
public WriteSetting ( SonarQubeProperties prop, bool sync = false, bool skipIfExist = false ) : void | ||
prop | SonarQubeProperties | The prop. |
sync | bool | The sync. |
skipIfExist | bool | The skip if exist. |
return | void |