Class IntegrationsModule

java.lang.Object
com.google.inject.AbstractModule
All Implemented Interfaces:
com.google.inject.Module

public class IntegrationsModule extends PluginModule
Extend the PluginModule abstract class here to add you plugin to the system.
  • Constructor Details

    • IntegrationsModule

      public IntegrationsModule()
  • Method Details

    • getConfigBeans

      public Set<? extends PluginConfigBean> getConfigBeans()
      Returns all configuration beans required by this plugin.

      Implementing this method is optional. The default method returns an empty Set.

      Overrides:
      getConfigBeans in class PluginModule
    • configure

      protected void configure()
      Overrides:
      configure in class com.google.inject.AbstractModule