|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.nodetype.xml.NodeTypeWriter
public final class NodeTypeWriter
Node type definition writer. This class is used to write the persistent node type definition files used by Jackrabbit.
| Method Summary | |
|---|---|
static void |
write(java.io.OutputStream xml,
NodeTypeDef[] types,
javax.jcr.NamespaceRegistry registry)
Writes a node type definition file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void write(java.io.OutputStream xml,
NodeTypeDef[] types,
javax.jcr.NamespaceRegistry registry)
throws java.io.IOException,
javax.jcr.RepositoryException
xml - XML output streamregistry - namespace registrytypes - node types
java.io.IOException - if the node type definitions cannot
be written
javax.jcr.RepositoryException - on repository errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||