Klasse ConfigurableInjectionModule

java.lang.Object
com.google.inject.AbstractModule
org.opentcs.customizations.ConfigurableInjectionModule
Alle implementierten Schnittstellen:
com.google.inject.Module
Bekannte direkte Unterklassen:
ControlCenterInjectionModule, KernelInjectionModule, PlantOverviewInjectionModule

public abstract class ConfigurableInjectionModule extends com.google.inject.AbstractModule
A base class for Guice modules adding or customizing bindings for the kernel application and the plant overview application.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.opentcs.configuration.ConfigurationBindingProvider
    Returns the configuration bindung provider.
    void
    setConfigBindingProvider(org.opentcs.configuration.ConfigurationBindingProvider configBindingProvider)
    Sets the configuration binding provider.

    Von Klasse geerbte Methoden com.google.inject.AbstractModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • ConfigurableInjectionModule

      public ConfigurableInjectionModule()
  • Methodendetails

    • getConfigBindingProvider

      public org.opentcs.configuration.ConfigurationBindingProvider getConfigBindingProvider()
      Returns the configuration bindung provider.
      Gibt zurück:
      The configuration binding provider.
    • setConfigBindingProvider

      public void setConfigBindingProvider(org.opentcs.configuration.ConfigurationBindingProvider configBindingProvider)
      Sets the configuration binding provider.
      Parameter:
      configBindingProvider - The new configuration binding provider.