Package net.officefloor.woof.compile
Interface CompileWoofExtension
-
public interface CompileWoofExtensionExtension to compile WoOF into theOffice.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextend(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.
-
-