Package org.cef.network
Interface CefWebPluginInfo
-
public interface CefWebPluginInfoInformation about a specific web plugin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns a description of the plugin from the version information.java.lang.StringgetName()Returns the plugin name (i.e.java.lang.StringgetPath()Returns the plugin file path (DLL/bundle/library).java.lang.StringgetVersion()Returns the version of the plugin (may be OS-specific).
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the plugin name (i.e. Flash).
-
getPath
java.lang.String getPath()
Returns the plugin file path (DLL/bundle/library).
-
getVersion
java.lang.String getVersion()
Returns the version of the plugin (may be OS-specific).
-
getDescription
java.lang.String getDescription()
Returns a description of the plugin from the version information.
-
-