public class XBMCSourceInfo extends ExtensionInfo<XBMCSource>
XBMCSource
Constructor and Description |
---|
XBMCSourceInfo(XBMCAddonManager mgr,
XBMCAddon addon)
The constructor
|
Modifier and Type | Method and Description |
---|---|
protected XBMCSource |
createExtension(Controller controller)
Used to create the extension
|
ParameterType[] |
getParameterInfos()
Used to get information on the parameters
|
getAnyExtension, getExtension, getId, getType, setId, setParameterInfos
public XBMCSourceInfo(XBMCAddonManager mgr, XBMCAddon addon) throws XBMCException
mgr
- The XBMC addon manageraddon
- The addonXBMCException
- Thrown if their are any problemspublic ParameterType[] getParameterInfos()
getParameterInfos
in class ExtensionInfo<XBMCSource>
protected XBMCSource createExtension(Controller controller) throws ExtensionException
ExtensionInfo
createExtension
in class ExtensionInfo<XBMCSource>
ExtensionException
- Thrown if their is a problem