Package net.officefloor.woof
Interface WoofLoaderExtensionService.WoofLoaderRunnableContext
-
- Enclosing class:
- WoofLoaderExtensionService
public static interface WoofLoaderExtensionService.WoofLoaderRunnableContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
extend(WoofExtensionService extension)
AddsWoofExtensionService
.void
notLoad()
Flags to not load any configuration.void
notLoadHttpServer()
Flags to not load theHttpServer
.void
notLoadObjects()
Flags not to load theWoofObjectsModel
configuration.void
notLoadResources()
Flags not to load theWoofResourcesModel
configuration.void
notLoadTeams()
Flags not to load theWoofTeamsModel
configuration.void
notLoadWoof()
Flags not to load theWoofModel
configuration.void
notLoadWoofExtensions()
Flags not to load theWoofExtensionService
instances.
-
-
-
Method Detail
-
notLoad
void notLoad()
Flags to not load any configuration.
-
notLoadHttpServer
void notLoadHttpServer()
Flags to not load theHttpServer
.
-
notLoadTeams
void notLoadTeams()
Flags not to load theWoofTeamsModel
configuration.
-
notLoadWoof
void notLoadWoof()
Flags not to load theWoofModel
configuration.
-
notLoadObjects
void notLoadObjects()
Flags not to load theWoofObjectsModel
configuration.
-
notLoadResources
void notLoadResources()
Flags not to load theWoofResourcesModel
configuration.
-
notLoadWoofExtensions
void notLoadWoofExtensions()
Flags not to load theWoofExtensionService
instances.
-
extend
void extend(WoofExtensionService extension)
AddsWoofExtensionService
.- Parameters:
extension
-WoofExtensionService
.
-
-