Interface Section
- All Known Implementing Classes:
BulletedSection
,GettingStartedSection
,GitIgnore.GitIgnoreSection
,MustacheSection
,PreDefinedSection
public interface Section
Define the section of a document that knows how to write itself.
- Author:
- Stephane Nicoll, Madhura Bhave
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(PrintWriter writer) Write the content of the section to the specifiedwriter
.
-
Method Details
-
write
Write the content of the section to the specifiedwriter
.- Parameters:
writer
- the writer to use- Throws:
IOException
- if writing the section failed
-