Package net.officefloor.woof.mock
Interface MockWoofServer.MockWoofServerConfigurer
-
- Enclosing class:
- MockWoofServer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MockWoofServer.MockWoofServerConfigurer
Enables configuring theMockWoofServer
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(WoofLoaderSettings.WoofLoaderRunnableContext context, CompileOfficeFloor compiler)
Allows overriding the configuration of theMockWoofServer
.
-
-
-
Method Detail
-
configure
void configure(WoofLoaderSettings.WoofLoaderRunnableContext context, CompileOfficeFloor compiler) throws java.lang.Exception
Allows overriding the configuration of theMockWoofServer
.- Parameters:
context
-WoofLoaderSettings.WoofLoaderRunnableContext
.compiler
-CompileOfficeFloor
.- Throws:
java.lang.Exception
- If fails to configure.
-
-