public class PluginInfo extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PluginInfo.PlayerPluginWrapperType
An enum of Javascript API wrappers available for media player plugin
|
Constructor and Description |
---|
PluginInfo(Plugin plugin,
PluginVersion version,
PluginInfo.PlayerPluginWrapperType wrapperType)
Creates a
PluginInfo with the specified version and wrapperType |
Modifier and Type | Method and Description |
---|---|
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} |
public PluginInfo(Plugin plugin, PluginVersion version, PluginInfo.PlayerPluginWrapperType wrapperType)
PluginInfo
with the specified version and wrapperTypeplugin
- the pluginversion
- the plugin versionwrapperType
- the wrapper type in use by the pluginpublic PluginVersion getVersion()
public PluginInfo.PlayerPluginWrapperType getWrapperType()
public Plugin getPlugin()
Copyright © 2009-2013. All Rights Reserved.