| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document |
| Modifier and Type | Field and Description |
|---|---|
static FormatVersion |
DocumentNodeStore.VERSION |
| Modifier and Type | Method and Description |
|---|---|
static FormatVersion |
FormatVersion.valueOf(String s)
Returns a format version for the given String representation.
|
static @NotNull FormatVersion |
FormatVersion.versionOf(@NotNull DocumentStore store)
Reads the
FormatVersion from the given store. |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<FormatVersion> |
FormatVersion.values() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FormatVersion.canRead(FormatVersion other)
Returns
true if this version can read data written by the
other version. |
int |
FormatVersion.compareTo(@NotNull FormatVersion other) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.