public class NodeStateSerializer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeStateSerializer.Format |
| Constructor and Description |
|---|
NodeStateSerializer(org.apache.jackrabbit.oak.spi.state.NodeState nodeState) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlobDirName() |
String |
getFileName() |
String |
serialize() |
void |
serialize(File dir) |
void |
setBlobDirName(String blobDirName) |
void |
setDepth(int depth) |
void |
setFilter(String filter) |
void |
setFilterFile(File filterFile) |
void |
setFormat(NodeStateSerializer.Format format) |
void |
setJsonFileName(String jsonFileName) |
void |
setMaxChildNodes(int maxChildNodes) |
void |
setPath(String path) |
void |
setPrettyPrint(boolean prettyPrint) |
void |
setSerializeBlobContent(boolean serializeBlobContent) |
void |
setTxtFileName(String txtFileName) |
public NodeStateSerializer(org.apache.jackrabbit.oak.spi.state.NodeState nodeState)
public String serialize() throws IOException
IOExceptionpublic void serialize(File dir) throws IOException
IOExceptionpublic String getFileName()
public String getBlobDirName()
public void setBlobDirName(String blobDirName)
public void setJsonFileName(String jsonFileName)
public void setTxtFileName(String txtFileName)
public void setDepth(int depth)
public void setMaxChildNodes(int maxChildNodes)
public void setFilter(String filter)
public void setFilterFile(File filterFile)
public void setPath(String path)
public void setFormat(NodeStateSerializer.Format format)
public void setSerializeBlobContent(boolean serializeBlobContent)
public void setPrettyPrint(boolean prettyPrint)
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.