Interface | Description |
---|---|
IContentFetcher |
This interface should be implemented by classes used to fetch content from a URL
|
Class | Description |
---|---|
Messages |
Message bundle class
|
StreamProcessor |
This class is used to process streams that could be zipped.
|
XBMCAddon |
This class is used to manage XBMC addon's
|
XBMCAddonManager |
The manager for XBMC addons
|
XBMCEpisode |
The episode type been returned by XBMC addons
|
XBMCExpression |
This class is used to store details about a XBMC regular expression entry from the XML
|
XBMCExtension |
All types of XBMC extension classes should inherit from this class as it implements
methods generic to all XBMC extensions.
|
XBMCExtenstionFactory |
A factory class used to create XBMC extensions
|
XBMCLibrary |
A library type of XBMC extensions
|
XBMCScraper |
This class is used to handle the XML scraper files from XBMC.
|
XBMCSource |
This is a source that reads the details using XBMC addons.
|
XBMCSourceInfo |
Extension information about the source
XBMCSource |
Exception | Description |
---|---|
XBMCException |
Thrown if their is a problem related XBMC addons
|
XBMCFunctionNotFoundException |
This is thrown if the function is not found within a extension
|
XBMCHttpResponseError |
Thrown when their is a error fetching XBMC URL's
|
XBMCUpdaterException |
Thrown if their is a problem related XBMC updater
|