Interface CompileSectionExtension
-
public interface CompileSectionExtension
Extends theOfficeSection
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
extend(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.
-
-