public class JcrTabularWriter extends java.lang.Object implements TabularWriter
| Constructor and Description |
|---|
JcrTabularWriter(Node tableNode,
java.util.List<TabularColumn> columns,
java.lang.String contentNodeType)
Creates a table node
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendRow(java.lang.Object[] row)
Append a new row of data
|
void |
close()
Finish persisting data and release resources
|
public JcrTabularWriter(Node tableNode, java.util.List<TabularColumn> columns, java.lang.String contentNodeType)
public void appendRow(java.lang.Object[] row)
TabularWriterappendRow in interface TabularWriterpublic void close()
TabularWriterclose in interface TabularWriterCopyright © 2007–2020. All rights reserved.