Package net.officefloor.compile
Interface OfficeFloorCompilerConfigurationService
-
public interface OfficeFloorCompilerConfigurationService
Service to enable configuring theOfficeFloorCompiler
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureOfficeFloorCompiler(OfficeFloorCompiler compiler)
Enables configuring theOfficeFloorCompiler
.
-
-
-
Method Detail
-
configureOfficeFloorCompiler
void configureOfficeFloorCompiler(OfficeFloorCompiler compiler) throws java.lang.Exception
Enables configuring theOfficeFloorCompiler
.- Parameters:
compiler
-OfficeFloorCompiler
.- Throws:
java.lang.Exception
- If fails to configured theOfficeFloorCompiler
.
-
-