public class PropFileLoaderSamplePrinter extends BaseSamplePrinter implements SamplePrinter
| Modifier and Type | Field and Description |
|---|---|
protected PrintFormat |
format |
DEFAULT_VALUE_TEXT, REQUIRED_HEADER_TEXT, REQUIRED_KEYWORD, THE_VALUE_MUST_TEXT| Constructor and Description |
|---|
PropFileLoaderSamplePrinter() |
| Modifier and Type | Method and Description |
|---|---|
TextBlock |
getActualProperty(ConstructionDefinition definition,
Class<? extends BasePropertyGroup> group,
Property prop) |
PrintFormat |
getFormat() |
String |
getInAliaseString(ConstructionDefinition definition,
EffectiveName name) |
TextBlock |
getSampleFileEnd() |
TextBlock |
getSampleFileStart() |
TextBlock |
getSampleStartComment(ConstructionDefinition definition)
Must provide its own line comment prefix if the format has no block comment.
|
print, printIfNotNull, printProperty, printPropertyGroupEnd, printPropertyGroupStart, printSampleEnd, printSampleStartclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprintProperty, printPropertyGroupEnd, printPropertyGroupStart, printSampleEnd, printSampleStartprotected PrintFormat format
public PrintFormat getFormat()
public TextBlock getSampleFileStart()
getSampleFileStart in class BaseSamplePrinterpublic TextBlock getSampleStartComment(ConstructionDefinition definition)
BaseSamplePrintergetSampleStartComment in class BaseSamplePrinterpublic String getInAliaseString(ConstructionDefinition definition, EffectiveName name)
getInAliaseString in class BaseSamplePrinterpublic TextBlock getActualProperty(ConstructionDefinition definition, Class<? extends BasePropertyGroup> group, Property prop) throws Exception
getActualProperty in class BaseSamplePrinterExceptionpublic TextBlock getSampleFileEnd()
getSampleFileEnd in class BaseSamplePrinterCopyright © 2017. All rights reserved.