C# Class CubeIsland.LyricsReloaded.LyricsReloaded

Show file Open project: pschichtel/LyricsReloaded Class Usage Examples

Public Methods

Method Description
LyricsReloaded ( string configurationPath ) : System
checkForNewVersion ( UpdateCheckerCallback callback ) : void
getDefaultUserAgent ( ) : string
getLogger ( ) : Logger
getProviderManager ( ) : ProviderManager
getProxy ( ) : WebProxy
loadConfigurations ( ) : void
setDefaultUserAgent ( string userAgent ) : void
setProxy ( WebProxy newProxy ) : void
shutdown ( ) : void
uninstall ( ) : void

Private Methods

Method Description
loadDefaultConfiguration ( ) : void

Method Details

LyricsReloaded() public method

public LyricsReloaded ( string configurationPath ) : System
configurationPath string
return System

checkForNewVersion() public method

public checkForNewVersion ( UpdateCheckerCallback callback ) : void
callback UpdateCheckerCallback
return void

getDefaultUserAgent() public method

public getDefaultUserAgent ( ) : string
return string

getLogger() public method

public getLogger ( ) : Logger
return Logger

getProviderManager() public method

public getProviderManager ( ) : ProviderManager
return CubeIsland.LyricsReloaded.Provider.ProviderManager

getProxy() public method

public getProxy ( ) : WebProxy
return System.Net.WebProxy

loadConfigurations() public method

public loadConfigurations ( ) : void
return void

setDefaultUserAgent() public method

public setDefaultUserAgent ( string userAgent ) : void
userAgent string
return void

setProxy() public method

public setProxy ( WebProxy newProxy ) : void
newProxy System.Net.WebProxy
return void

shutdown() public method

public shutdown ( ) : void
return void

uninstall() public method

public uninstall ( ) : void
return void