Represents the list of loaded extractor plugins.
Class methods
default(policy = Options::DEFAULT_POLICY)
Loads the installed extractor plugins.
SourceReleases the plugin list.
SourceInstance methods
add(name : PluginName, options = "", flags = Options::DEFAULT_POLICY) : PluginList
Loads a plugin and adds it to the list.
Sourceremove(name : PluginName) : PluginList
Removes a plugin from the list.
Sourceremove_all
Removes all plugins from the list.
Source