public final class NodeTypeRegistry
extends java.lang.Object
BuiltInNodeTypes is a utility class that registers the built-in
node types required for a JCR repository running on Oak.| Modifier and Type | Method and Description |
|---|---|
static void |
register(Root root,
java.io.InputStream input,
java.lang.String systemId)
Register the node type definitions contained in the specified
input
using the given Root. |
public static void register(Root root, java.io.InputStream input, java.lang.String systemId)
input
using the given Root.root - The Root to register the node types.input - The input stream containing the node type defintions to be registered.systemId - An informative id of the given input.Copyright © 2010 - 2023 Adobe. All Rights Reserved