public interface ManifestFile
The implementation doesn't need to be thread-safe.
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Check if the manifest already exists.
|
Properties |
load()
Load the properties from the manifest file.
|
void |
save(Properties properties)
Store the properties to the manifest file.
|
boolean exists()
true
if the manifest existsProperties load() throws IOException
IOException
void save(Properties properties) throws IOException
properties
- describing the segmentstoreIOException
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.