Class ManifestChecker
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.file.ManifestChecker
-
public class ManifestChecker extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkManifest()
static ManifestChecker
newManifestChecker(ManifestFile file, boolean shouldExist, int minStoreVersion, int maxStoreVersion)
-
-
-
Method Detail
-
newManifestChecker
public static ManifestChecker newManifestChecker(ManifestFile file, boolean shouldExist, int minStoreVersion, int maxStoreVersion)
-
checkManifest
public void checkManifest() throws IOException, InvalidFileStoreVersionException
-
-