Uses of Class
org.apache.jackrabbit.oak.plugins.document.FormatVersion
-
Packages that use FormatVersion Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of FormatVersion in org.apache.jackrabbit.oak.plugins.document
Fields in org.apache.jackrabbit.oak.plugins.document declared as FormatVersion Modifier and Type Field Description static FormatVersionDocumentNodeStore. VERSIONMethods in org.apache.jackrabbit.oak.plugins.document that return FormatVersion Modifier and Type Method Description static FormatVersionFormatVersion. valueOf(String s)Returns a format version for the given String representation.static @NotNull FormatVersionFormatVersion. versionOf(@NotNull DocumentStore store)Reads theFormatVersionfrom the given store.Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type FormatVersion Modifier and Type Method Description static Iterable<FormatVersion>FormatVersion. values()Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type FormatVersion Modifier and Type Method Description booleanFormatVersion. canRead(FormatVersion other)Returnstrueifthisversion can read data written by theotherversion.intFormatVersion. compareTo(@NotNull FormatVersion other)
-