public class Dump extends Object implements org.apache.commons.chain.Command
Node
Constructor and Description |
---|
Dump() |
Modifier and Type | Method and Description |
---|---|
void |
dump(PrintWriter out,
javax.jcr.Node n)
Dumps the given
Node to the given PrintWriter |
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getPathKey() |
void |
setPathKey(String pathKey) |
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
execute
in interface org.apache.commons.chain.Command
Exception
public void dump(PrintWriter out, javax.jcr.Node n) throws javax.jcr.RepositoryException
Node
to the given PrintWriter
out
- the PrintWriter
n
- the Node
javax.jcr.RepositoryException
public String getPathKey()
public void setPathKey(String pathKey)
pathKey
- the path key to setCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.