private static class SectionContent.TextRenderer extends java.lang.Object implements SectionContent.Renderable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
text
The content of the whole line.
|
| Modifier | Constructor and Description |
|---|---|
private |
TextRenderer(java.lang.String text)
Constructs an instance of the single line in INI file.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
render()
Gets the string representation of the ignored line.
|
java.lang.String |
toString()
Gets the string representation of the instance internal string part.
|
private TextRenderer(java.lang.String text)
text - The text corresponding to the ignored line of the INI file.public java.lang.String render()
render in interface SectionContent.Renderablepublic java.lang.String toString()
toString in interface SectionContent.RenderabletoString in class java.lang.Object