public static class VersionInfo.Version extends RestFileInfo
| Constructor and Description |
|---|
Version(long lastModified,
long creationTime,
long lastAccessTime,
long size,
String mimeType,
String name,
String fileKey,
boolean directory,
boolean other,
boolean regularFile,
boolean symbolicLink,
boolean versionedFile,
List<RestFileInfo> children,
int version) |
Version(Path file,
BasicFileAttributes fileAttributes,
int version) |
Version(VersionInfo.Version other) |
Version(VersionInfoV2.Version v2) |
| Modifier and Type | Method and Description |
|---|---|
int |
getVersion() |
getChildren, getCreationTime, getFileKey, getLastAccessTime, getLastModified, getMimeType, getName, getSize, isDirectory, isOther, isRegularFile, isSymbolicLink, isVersionedFile, toMap, toStringpublic Version(long lastModified,
long creationTime,
long lastAccessTime,
long size,
String mimeType,
String name,
String fileKey,
boolean directory,
boolean other,
boolean regularFile,
boolean symbolicLink,
boolean versionedFile,
List<RestFileInfo> children,
int version)
public Version(Path file, BasicFileAttributes fileAttributes, int version) throws IOException
IOExceptionpublic Version(VersionInfo.Version other)
public Version(VersionInfoV2.Version v2)
Copyright © 2021 LSST. All rights reserved.