public class VersionOpenOption extends Object implements OpenOption
| Modifier and Type | Field and Description |
|---|---|
static VersionOpenOption |
DEFAULT |
static VersionOpenOption |
LATEST |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntVersion(VersionedFileAttributes attributes) |
static VersionOpenOption |
of(int version) |
static VersionOpenOption |
of(String version) |
String |
value() |
public static VersionOpenOption LATEST
public static VersionOpenOption DEFAULT
public String value()
public static VersionOpenOption of(int version)
public static VersionOpenOption of(String version)
public int getIntVersion(VersionedFileAttributes attributes)
Copyright © 2022 LSST. All rights reserved.