Package | Description |
---|---|
org.stanwood.media.server.commands | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.source.xbmc.cli | |
org.stanwood.media.source.xbmc.updater |
Modifier and Type | Method and Description |
---|---|
protected IXBMCUpdater |
XBMCRemoveAddonsCommand.getUpdater() |
protected IXBMCUpdater |
XBMCListAddonsCommand.getUpdater() |
protected IXBMCUpdater |
XBMCInstallAddonsCommand.getUpdater() |
Modifier and Type | Method and Description |
---|---|
IXBMCUpdater |
XBMCAddonManager.getUpdater()
Used to get the XBMC updater
|
Modifier and Type | Method and Description |
---|---|
protected void |
XBMCAddonManager.init(IXBMCUpdater updater) |
Constructor and Description |
---|
XBMCAddonManager(ConfigReader config,
IXBMCUpdater updater,
boolean doInit) |
Modifier and Type | Method and Description |
---|---|
protected IXBMCUpdater |
AbstractXBMCSubCommand.getUpdater() |
Modifier and Type | Class and Description |
---|---|
class |
XBMCWebUpdater
This class is used to install, remove or update XBMC addons
|