public interface SectionBuilder
A builder for a section.
Modifier and Type | Method and Description |
---|---|
String |
buildSection(Section section,
Context context)
Builds a section.
|
String buildSection(Section section, Context context) throws BuildException
Builds a section.
section
- The section.context
- The context.IllegalArgumentException
- If any of the parameters are null
.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.