Class AbstractDirigibleModule

java.lang.Object
com.google.inject.AbstractModule
org.eclipse.dirigible.commons.api.module.AbstractDirigibleModule
All Implemented Interfaces:
com.google.inject.Module

public abstract class AbstractDirigibleModule
extends com.google.inject.AbstractModule
The AbstractDirigibleModule is the parent of the Dirigible's Guice Modules.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int DEFAULT_PRIORITY  
    protected int HIGH_PRIORITY  
    protected int LOW_PRIORITY  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractDirigibleModule()  
  • Method Summary

    Modifier and Type Method Description
    abstract String getName()
    Gets the name.
    int getPriority()
    Gets the priority

    Methods inherited from class 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, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

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