public interface Plugin
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
description()
Returns a string that represents the plugin description.
|
default java.util.List<MimeType> |
mimeTypes()
Returns an immutable list of the MIME types supported by the plugin.
|
default java.lang.String |
name()
Returns a string that represents the name of the plugin.
|
default java.lang.String |
path()
Obtains the path to the plugin.
|
default PluginType |
type()
Returns the plugin type.
|
default java.lang.String |
version()
Returns a string that represents the version number of the plugin file.
|
default java.lang.String name()
default java.lang.String path()
Returned string will hold one of the following:
chrome-extension://<IDENTIFIER>
)
default java.lang.String version()
default java.lang.String description()
default PluginType type()
default java.util.List<MimeType> mimeTypes()