public static class TemplateFile.DefaultPropertyPolicy extends java.lang.Object implements TemplateFile.PropertyPolicy
| Constructor and Description |
|---|
DefaultPropertyPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
writePropertyValue(java.io.Writer out,
java.lang.String name,
java.lang.Object value) |
public void writePropertyValue(java.io.Writer out,
java.lang.String name,
java.lang.Object value)
throws java.io.IOException
writePropertyValue in interface TemplateFile.PropertyPolicyout - Writer to append toname - Name of parametervalue - Object to addjava.io.IOException