public interface Plugins extends EngineService, Advisable<PluginsCallback>
Modifier and Type | Method and Description |
---|---|
java.util.List<Plugin> |
list()
Returns an immutable list of the installed and available Chromium plugins or an empty list if
there is no installed and available plugins.
|
java.util.List<Plugin> list()
java.lang.IllegalStateException
- when the engine is closed and its plugin service is not
available anymore