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.
Enables configuring the
MockWoofServer.-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(WoofLoaderSettings.WoofLoaderRunnableContext context, CompileOfficeFloor compiler) Allows overriding the configuration of theMockWoofServer.
-
Method Details
-
configure
void configure(WoofLoaderSettings.WoofLoaderRunnableContext context, CompileOfficeFloor compiler) throws Exception Allows overriding the configuration of theMockWoofServer.- Parameters:
context-WoofLoaderSettings.WoofLoaderRunnableContext.compiler-CompileOfficeFloor.- Throws:
Exception- If fails to configure.
-