Uses of Interface
org.graylog2.plugin.Plugin
Packages that use Plugin
Package
Description
-
Uses of Plugin in org.graylog.plugins.threatintel
Classes in org.graylog.plugins.threatintel that implement Plugin -
Uses of Plugin in org.graylog2.bootstrap
Methods in org.graylog2.bootstrap that return types with arguments of type PluginModifier and TypeMethodDescriptionCmdLineTool.loadPlugins(Path pluginPath, ChainingClassLoader chainingClassLoader) Method parameters in org.graylog2.bootstrap with type arguments of type PluginModifier and TypeMethodDescriptionprotected voidCmdLineTool.beforeInjectorCreation(Set<Plugin> plugins) Things that have to run before the guice injector is created.protected voidServerBootstrap.beforeInjectorCreation(Set<Plugin> plugins) -
Uses of Plugin in org.graylog2.commands.journal
Methods in org.graylog2.commands.journal that return types with arguments of type PluginModifier and TypeMethodDescriptionAbstractJournalCommand.loadPlugins(Path pluginPath, ChainingClassLoader chainingClassLoader) -
Uses of Plugin in org.graylog2.web
Constructor parameters in org.graylog2.web with type arguments of type PluginModifierConstructorDescriptionPluginAssets(Set<Plugin> plugins, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of Plugin in org.graylog2.web.resources
Constructor parameters in org.graylog2.web.resources with type arguments of type PluginModifierConstructorDescriptionWebInterfaceAssetsResource(IndexHtmlGenerator indexHtmlGenerator, Set<Plugin> plugins, javax.activation.MimetypesFileTypeMap mimeTypes)