Modifier and Type | Class and Description |
---|---|
class |
ActionException
Thrown if their is a problem related to actions
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
ExtensionInfo.createExtension(Controller controller)
Used to create the extension
|
T |
ExtensionInfo.getAnyExtension(Controller controller,
MediaDirConfig config)
Used to get any extension from the media directory configuration.
|
T |
ExtensionInfo.getExtension(Controller controller,
MediaDirConfig config,
int number)
Used to get the extension class type
|
Modifier and Type | Class and Description |
---|---|
class |
SourceException
This is thrown if their is a problem related to sources.
|
Modifier and Type | Method and Description |
---|---|
protected HybridFilmSource |
HybridFilmSourceInfo.createExtension(Controller controller) |
Modifier and Type | Class and Description |
---|---|
class |
XBMCException
Thrown if their is a problem related XBMC addons
|
class |
XBMCFunctionNotFoundException
This is thrown if the function is not found within a extension
|
class |
XBMCHttpResponseError
Thrown when their is a error fetching XBMC URL's
|
class |
XBMCUpdaterException
Thrown if their is a problem related XBMC updater
|
Modifier and Type | Method and Description |
---|---|
protected XBMCSource |
XBMCSourceInfo.createExtension(Controller controller) |
protected abstract Stream |
StreamProcessor.getStream() |
Modifier and Type | Class and Description |
---|---|
class |
StoreException
Thrown is their is a problem with a store
|
Modifier and Type | Method and Description |
---|---|
protected DatabaseStore |
DatabaseStoreInfo.createExtension(Controller controller) |
protected FileDatabaseStore |
FileDatabaseStoreInfo.createExtension(Controller controller) |