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 intDEFAULT_PRIORITYprotected intHIGH_PRIORITYprotected intLOW_PRIORITY -
Constructor Summary
Constructors Constructor Description AbstractDirigibleModule() -
Method Summary
Modifier and Type Method Description abstract StringgetName()Gets the name.intgetPriority()Gets the priorityMethods 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
-
Field Details
-
HIGH_PRIORITY
protected int HIGH_PRIORITY -
DEFAULT_PRIORITY
protected int DEFAULT_PRIORITY -
LOW_PRIORITY
protected int LOW_PRIORITY
-
-
Constructor Details
-
AbstractDirigibleModule
public AbstractDirigibleModule()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
getPriority
public int getPriority()Gets the priority- Returns:
- the priority
-