public class SectionBuilderImpl extends Object implements SectionBuilder
A SectionBuilder
implementation.
Constructor and Description |
---|
SectionBuilderImpl()
Creates a builder.
|
Modifier and Type | Method and Description |
---|---|
String |
buildSection(Section section,
Context context)
Builds a section.
|
public String buildSection(Section section, Context context) throws BuildException
SectionBuilder
Builds a section.
buildSection
in interface SectionBuilder
section
- The section.context
- The context.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.