Interface DirigibleModule
- All Known Implementing Classes:
AbstractDirigibleModule
public interface DirigibleModule
The Interface DirigibleModule.
-
Field Summary
Fields Modifier and Type Field Description static intLOW_PRIORITYThe low priority.static intPRIORITY_CONFIGURATIONThe priority configuration.static intPRIORITY_DATABASEThe priority database.static intPRIORITY_DEFAULTThe priority default.static intPRIORITY_ENGINEThe priority engine.static intPRIORITY_REPOSITORYThe priority repository. -
Method Summary
Modifier and Type Method Description voidconfigure()Runs the module initialization logic.StringgetName()Gets the name.intgetPriority()Gets the priority.
-
Field Details
-
PRIORITY_CONFIGURATION
static final int PRIORITY_CONFIGURATIONThe priority configuration.- See Also:
- Constant Field Values
-
PRIORITY_DATABASE
static final int PRIORITY_DATABASEThe priority database.- See Also:
- Constant Field Values
-
PRIORITY_REPOSITORY
static final int PRIORITY_REPOSITORYThe priority repository.- See Also:
- Constant Field Values
-
PRIORITY_ENGINE
static final int PRIORITY_ENGINEThe priority engine.- See Also:
- Constant Field Values
-
PRIORITY_DEFAULT
static final int PRIORITY_DEFAULTThe priority default.- See Also:
- Constant Field Values
-
LOW_PRIORITY
static final int LOW_PRIORITYThe low priority.- See Also:
- Constant Field Values
-
-
Method Details
-
getName
String getName()Gets the name.- Returns:
- the name
-
getPriority
int getPriority()Gets the priority.- Returns:
- the priority
-
configure
void configure()Runs the module initialization logic.
-