public class PropertyFileStreamPrinter extends Object implements IConfigPrinter
| Constructor and Description |
|---|
PropertyFileStreamPrinter(File targetFile) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
printConfigField(Property property,
String currentValue,
Class<T> annotatedType)
Gets called from
ConfigurationExporter during export iteration
over fileds from property classes |
public static final Logger log
public PropertyFileStreamPrinter(File targetFile)
public <T> void printConfigField(Property property, String currentValue, Class<T> annotatedType)
ConfigurationExporter during export iteration
over fileds from property classesprintConfigField in interface IConfigPrinterproperty - property to printcurrentValue - current value in applicationat.chrl.nutils.configuration.IConfigPrinter#printConfigField(at.chrl.nutils.configuration.Property,
java.lang.String)Copyright © 2014–2015. All rights reserved.