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