Class LocalManifestFile
java.lang.Object
org.apache.jackrabbit.oak.segment.file.LocalManifestFile
- All Implemented Interfaces:
ManifestFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexists()Check if the manifest already exists.load()Load the properties from the manifest file.voidsave(Properties properties) Store the properties to the manifest file.
-
Constructor Details
-
LocalManifestFile
-
LocalManifestFile
-
-
Method Details
-
exists
public boolean exists()Description copied from interface:ManifestFileCheck if the manifest already exists.- Specified by:
existsin interfaceManifestFile- Returns:
trueif the manifest exists
-
load
Description copied from interface:ManifestFileLoad the properties from the manifest file.- Specified by:
loadin interfaceManifestFile- Returns:
- properties describing the segmentstore
- Throws:
IOException
-
save
Description copied from interface:ManifestFileStore the properties to the manifest file.- Specified by:
savein interfaceManifestFile- Parameters:
properties- describing the segmentstore- Throws:
IOException
-