E - the type of the objects to writepublic class BeanPropertiesFileWriter<E> extends ScriptedDocumentWriter<E>
| Constructor and Description |
|---|
BeanPropertiesFileWriter(Writer out,
String... propertyNames) |
BeanPropertiesFileWriter(Writer out,
String prefixPattern,
Script headerScript,
Script footerScript,
String... propertyNames) |
BeanPropertiesFileWriter(Writer out,
String prefixPattern,
String headerScriptUrl,
String footerScriptUrl,
String... propertyNames) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
persist(T bean,
String filename) |
close, getFooterScript, getHeaderScript, setFooterScript, setHeaderScript, setVariable, setWriteHeader, writeElement, writeFooter, writeHeaderpublic BeanPropertiesFileWriter(Writer out, String prefixPattern, String headerScriptUrl, String footerScriptUrl, String... propertyNames) throws IOException
IOExceptionpublic static <T> void persist(T bean,
String filename)
throws IOException
IOExceptionCopyright © 2006–2016 Volker Bergmann. All rights reserved.