public class AwsManifestFile extends java.lang.Object implements org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
| Constructor and Description |
|---|
AwsManifestFile(S3Directory directory,
java.lang.String manifestFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
java.util.Properties |
load() |
void |
save(java.util.Properties properties) |
public AwsManifestFile(S3Directory directory, java.lang.String manifestFile) throws java.io.IOException
java.io.IOExceptionpublic boolean exists()
exists in interface org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFilepublic java.util.Properties load()
throws java.io.IOException
load in interface org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFilejava.io.IOExceptionpublic void save(java.util.Properties properties)
throws java.io.IOException
save in interface org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFilejava.io.IOExceptionCopyright © 2012–2022 The Apache Software Foundation. All rights reserved.