Class GripCoreModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class GripCoreModule
    extends com.google.inject.AbstractModule
    A Guice Module for GRIP's core package. This is where instances of Pipeline, Palette, Project, etc... are created.
    • Constructor Summary

      Constructors 
      Constructor Description
      GripCoreModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      protected void onSubscriberException​(java.lang.Throwable exception, com.google.common.eventbus.SubscriberExceptionContext exceptionContext)  
      protected void onThreadException​(java.lang.Thread thread, java.lang.Throwable exception)  
      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GripCoreModule

        public GripCoreModule()
    • Method Detail

      • configure

        protected void configure()
        Specified by:
        configure in class com.google.inject.AbstractModule
      • onSubscriberException

        protected void onSubscriberException​(java.lang.Throwable exception,
                                             @Nullable
                                             com.google.common.eventbus.SubscriberExceptionContext exceptionContext)
      • onThreadException

        protected void onThreadException​(java.lang.Thread thread,
                                         java.lang.Throwable exception)