|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.util.DumperUtil
public class DumperUtil
Used to dump 1:1 repository content. The level defines how deep the recursion should go.
Constructor Summary | |
---|---|
DumperUtil()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DumperUtil()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |