Interface CompileSectionExtension
-
public interface CompileSectionExtensionExtends theOfficeSection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextend(CompileSectionContext context)Extends theOfficeSection.
-
-
-
Method Detail
-
extend
void extend(CompileSectionContext context) throws java.lang.Exception
Extends theOfficeSection.- Parameters:
context-CompileSectionContext.- Throws:
java.lang.Exception- If fails to extend.
-
-