Class PluginsService

java.lang.Object
org.elasticsearch.plugins.PluginsService

public class PluginsService
extends java.lang.Object
  • Field Details

  • Constructor Details

    • PluginsService

      public PluginsService​(Settings settings, java.nio.file.Path configPath, java.nio.file.Path modulesDirectory, java.nio.file.Path pluginsDirectory, java.util.Collection<java.lang.Class<? extends Plugin>> classpathPlugins)
      Constructs a new PluginService
      Parameters:
      settings - The settings of the system
      modulesDirectory - The directory modules exist in, or null if modules should not be loaded from the filesystem
      pluginsDirectory - The directory plugins exist in, or null if plugins should not be loaded from the filesystem
      classpathPlugins - Plugins that exist in the classpath which should be loaded
  • Method Details