public class DumperUtil extends Object
Constructor and Description |
---|
DumperUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
dump(Content content)
Deprecated.
since 5.2.1. Use
dump(Node) instead. |
static String |
dump(Content content,
int level)
Deprecated.
since 5.2.1. Use
dump(Node, int) instead. |
static void |
dump(Content content,
int level,
PrintStream out)
Deprecated.
since 5.2.1. Use
dump(Node, int, PrintStream) instead. |
static void |
dump(Content content,
PrintStream out)
Deprecated.
since 5.2.1. Use
dump(Node, PrintWriter) instead. |
static String |
dump(javax.jcr.Node node) |
static String |
dump(javax.jcr.Node node,
int level) |
static void |
dump(javax.jcr.Node node,
int level,
PrintStream out) |
static void |
dump(javax.jcr.Node n,
int level,
PrintWriter out)
Dump a JCR Node to a Writer.
|
static void |
dump(javax.jcr.Node n,
PrintWriter out)
Dump only this JCR-Node to a writer.
|
static void |
dumpChanges(HierarchyManager hm) |
static void |
dumpChanges(javax.jcr.Session session,
PrintWriter out) |
public static String dump(Content content)
dump(Node)
instead.public static String dump(javax.jcr.Node node)
public static String dump(javax.jcr.Node node, int level)
public static String dump(Content content, int level)
dump(Node, int)
instead.public static void dump(Content content, int level, PrintStream out)
dump(Node, int, PrintStream)
instead.public static void dump(javax.jcr.Node node, int level, PrintStream out)
public static void dump(Content content, PrintStream out)
dump(Node, PrintWriter)
instead.public static void dump(javax.jcr.Node n, int level, PrintWriter out) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static void dump(javax.jcr.Node n, PrintWriter out) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static void dumpChanges(HierarchyManager hm)
public static void dumpChanges(javax.jcr.Session session, PrintWriter out) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.