public interface Plugins extends ProfileService, 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 are no installed and available plugins.
|
PluginSettings |
settings()
Returns
PluginSettings that allows configuring the settings of the available
plugins. |
profile
java.util.List<Plugin> list()
ObjectClosedException
- when the profile is deleted or its engine is closedPluginSettings settings()
PluginSettings
that allows configuring the settings of the available
plugins.