| Package | Description |
|---|---|
| org.yarnandtail.andhow.sample |
| Modifier and Type | Method and Description |
|---|---|
TextBlock |
TextBlock.addBlank()
Add a blank line, added as a TextLine.BlankLine.
|
TextBlock |
TextBlock.addHR()
Add a Horizontal Rule line, added as a TextLine.HRLine.
|
TextBlock |
TextBlock.addLine(String strLine)
Add a String, which will be added as TextLine with the wrap setting inherited from this block.
|
TextBlock |
PropFileLoaderSamplePrinter.getActualProperty(PropertyConfigurationInternal definition,
GroupProxy group,
Property prop) |
TextBlock |
JndiLoaderSamplePrinter.getActualProperty(PropertyConfigurationInternal definition,
GroupProxy group,
Property prop) |
abstract TextBlock |
BaseSamplePrinter.getActualProperty(PropertyConfigurationInternal definition,
GroupProxy group,
Property prop) |
TextBlock |
PropFileLoaderSamplePrinter.getSampleFileEnd() |
TextBlock |
JndiLoaderSamplePrinter.getSampleFileEnd() |
abstract TextBlock |
BaseSamplePrinter.getSampleFileEnd() |
TextBlock |
PropFileLoaderSamplePrinter.getSampleFileStart() |
TextBlock |
JndiLoaderSamplePrinter.getSampleFileStart() |
abstract TextBlock |
BaseSamplePrinter.getSampleFileStart() |
TextBlock |
PropFileLoaderSamplePrinter.getSampleStartComment(PropertyConfigurationInternal definition) |
TextBlock |
JndiLoaderSamplePrinter.getSampleStartComment(PropertyConfigurationInternal definition) |
abstract TextBlock |
BaseSamplePrinter.getSampleStartComment(PropertyConfigurationInternal definition)
Must provide its own line comment prefix if the format has no block comment.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseSamplePrinter.print(PrintStream out,
TextBlock block,
PrintFormat format) |
Copyright © 2022. All rights reserved.