Package net.officefloor.woof.compile
Interface CompileWoofExtension
-
public interface CompileWoofExtension
Extension to compile WoOF into theOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
extend(WoofContext context)
Extends theOffice
.
-
-
-
Method Detail
-
extend
void extend(WoofContext context) throws java.lang.Exception
Extends theOffice
.- Parameters:
context
-WoofContext
.- Throws:
java.lang.Exception
- If fails to extend.
-
-