public class JahiaCndWriter extends Object
| Constructor and Description |
|---|
JahiaCndWriter(Collection<ExtendedNodeType> l,
Writer out) |
JahiaCndWriter(javax.jcr.nodetype.NodeTypeIterator nti,
Map<String,String> namespaces,
Writer out) |
JahiaCndWriter(Writer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Flushes all pending write operations and Closes this writer.
|
static List<String> |
getValuesAsString(javax.jcr.Value[] values) |
void |
write(ExtendedNodeType d)
Write one NodeTypeDefExtension to this writer
|
public JahiaCndWriter(Writer out)
public JahiaCndWriter(javax.jcr.nodetype.NodeTypeIterator nti,
Map<String,String> namespaces,
Writer out)
throws IOException
IOExceptionpublic JahiaCndWriter(Collection<ExtendedNodeType> l, Writer out) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic void write(ExtendedNodeType d) throws IOException
d - IOExceptionpublic static List<String> getValuesAsString(javax.jcr.Value[] values) throws IOException
IOExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.