public final class SnapshotFile extends Object
| Modifier and Type | Method and Description |
|---|---|
File |
file()
Returns the snapshot file.
|
long |
index()
Returns the snapshot index.
|
static boolean |
isSnapshotFile(String name,
File file)
Returns a boolean value indicating whether the given file appears to be a parsable snapshot file.
|
long |
timestamp()
Returns the snapshot timestamp.
|
public static boolean isSnapshotFile(String name, File file)
NullPointerException - if file is nullpublic File file()
public long index()
public long timestamp()
Copyright © 2013–2016. All rights reserved.