public class NodeStateEntryWriter extends Object
| Constructor and Description |
|---|
NodeStateEntryWriter(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore) |
| Modifier and Type | Method and Description |
|---|---|
String |
asJson(org.apache.jackrabbit.oak.spi.state.NodeState nodeState) |
static String[] |
getParts(String line) |
static String |
getPath(String entryLine) |
String |
toString(List<String> pathElements,
String nodeStateAsJson) |
String |
toString(NodeStateEntry e) |
String |
toString(String path,
String nodeStateAsJson) |
public NodeStateEntryWriter(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
public String toString(NodeStateEntry e)
public String asJson(org.apache.jackrabbit.oak.spi.state.NodeState nodeState)
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.