|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.extensions.ExtensionInfo<XBMCSource>
org.stanwood.media.source.xbmc.XBMCSourceInfo
public class XBMCSourceInfo
Extension information about the source XBMCSource
Constructor Summary | |
---|---|
XBMCSourceInfo(XBMCAddonManager mgr,
XBMCAddon addon)
The constructor |
Method Summary | |
---|---|
protected XBMCSource |
createExtension()
Used to create the extension |
ParameterType[] |
getParameterInfos()
Used to get information on the parameters |
Methods inherited from class org.stanwood.media.extensions.ExtensionInfo |
---|
getAnyExtension, getExtension, getId, getType, setId, setParameterInfos |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XBMCSourceInfo(XBMCAddonManager mgr, XBMCAddon addon) throws XBMCException
mgr
- The XBMC addon manageraddon
- The addon
XBMCException
- Thrown if their are any problemsMethod Detail |
---|
public ParameterType[] getParameterInfos()
getParameterInfos
in class ExtensionInfo<XBMCSource>
protected XBMCSource createExtension() throws ExtensionException
ExtensionInfo
createExtension
in class ExtensionInfo<XBMCSource>
ExtensionException
- Thrown if their is a problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |