Package | Description |
---|---|
org.stanwood.media | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.source.xbmc.updater |
Modifier and Type | Method and Description |
---|---|
XBMCAddonManager |
Controller.getXBMCAddonManager()
Used to get the addon manager
|
Modifier and Type | Method and Description |
---|---|
static void |
Controller.setXBMCAddonManager(XBMCAddonManager xbmcAddonManager)
Used to set the addon manager.
|
Modifier and Type | Method and Description |
---|---|
XBMCAddonManager |
XBMCAddon.getManager()
Used to get the addon manager
|
Constructor and Description |
---|
XBMCAddon(XBMCAddonManager addonMgr,
java.io.File addonDir,
java.util.Locale locale)
Used to create a instance of the addon class
|
XBMCSource(ExtensionInfo<? extends ISource> sourceInfo,
XBMCAddonManager mgr,
java.lang.String addonId)
Used to create a instance of this class
|
XBMCSourceInfo(XBMCAddonManager mgr,
XBMCAddon addon)
The constructor
|
Modifier and Type | Method and Description |
---|---|
void |
XBMCWebUpdater.setAddonManager(XBMCAddonManager mgr)
Register the XBMC manager with the updater
|
void |
IXBMCUpdater.setAddonManager(XBMCAddonManager xbmcAddonManager)
Register the XBMC manager with the updater
|