|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bramosystems.oss.player.core.client.PluginInfo
public class PluginInfo
Wraps basic information about a browser media plug-in component.
Nested Class Summary | |
---|---|
static class |
PluginInfo.PlayerPluginWrapperType
An enum of Javascript API wrappers available for media player plugin |
Constructor Summary | |
---|---|
PluginInfo(Plugin plugin,
PluginVersion version,
PluginInfo.PlayerPluginWrapperType wrapperType)
Creates a PluginInfo with the specified version and wrapperType |
Method Summary | |
---|---|
Plugin |
getPlugin()
Returns the plugin |
PluginVersion |
getVersion()
Returns the plugin version |
PluginInfo.PlayerPluginWrapperType |
getWrapperType()
Returns the wrapper type used by the plugin |
String |
toString()
Returns the string representation of this object in the form PluginInfo{plugin, version, wrapperType} |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PluginInfo(Plugin plugin, PluginVersion version, PluginInfo.PlayerPluginWrapperType wrapperType)
PluginInfo
with the specified version and wrapperType
plugin
- the pluginversion
- the plugin versionwrapperType
- the wrapper type in use by the pluginMethod Detail |
---|
public PluginVersion getVersion()
public PluginInfo.PlayerPluginWrapperType getWrapperType()
public Plugin getPlugin()
public String toString()
PluginInfo{plugin, version, wrapperType}
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |