Uses of Class
org.stanwood.media.source.xbmc.XBMCUpdaterException

Packages that use XBMCUpdaterException
org.stanwood.media.source.xbmc.updater   
 

Uses of XBMCUpdaterException in org.stanwood.media.source.xbmc.updater
 

Methods in org.stanwood.media.source.xbmc.updater that throw XBMCUpdaterException
protected  java.io.File XBMCWebUpdater.downloadLatestAddonXML()
           
 java.util.Set<AddonDetails> XBMCWebUpdater.listAddons(IConsole console)
          Used to get a list of installed and uninstalled addons
 java.util.Set<AddonDetails> IXBMCUpdater.listAddons(IConsole console)
          Used to get a list of installed and uninstalled addons
 int XBMCWebUpdater.uninstallAddons(IConsole console, java.util.Set<java.lang.String> addonIds)
          Used to uninstall a list of addons and any that depend on these addons
 int IXBMCUpdater.uninstallAddons(IConsole console, java.util.Set<java.lang.String> addonIds)
          Used to uninstall a list of addons and any that depend on these addons
 int IXBMCUpdater.update(IConsole console)
          Update all addons to the latest version
protected  int XBMCWebUpdater.updatePlugins(IConsole console, java.io.File newAddon, java.util.Set<java.lang.String> plugins)