public final class FileAttributeConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACL
The name of the
acl attribute, as used for AclFileAttributeView . |
static String |
ACL_VIEW
The
AclFileAttributeView name. |
static String |
ARCHIVE
The name of the
archive attribute, as used for DosFileAttributeView . |
static String |
BASIC_VIEW
The
BasicFileAttributeView name. |
static String |
CREATION_TIME
The name of the
creationTime attribute, as used for BasicFileAttributeView . |
static String |
DOS_VIEW
The
DosFileAttributeView name. |
static String |
FILE_KEY
The name of the
fileKey attribute, as used for BasicFileAttributeView . |
static String |
FILE_OWNER_VIEW
The
FileOwnerAttributeView name. |
static String |
GROUP
The name of the
group attribute, as used for PosixFileAttributeView . |
static String |
HIDDEN
The name of the
hidden attribute, as used for DosFileAttributeView . |
static String |
IS_DIRECTORY
The name of the
isDirectory attribute, as used for BasicFileAttributeView . |
static String |
IS_OTHER
The name of the
isOther attribute, as used for BasicFileAttributeView . |
static String |
IS_REGULAR_FILE
The name of the
isRegularFile attribute, as used for BasicFileAttributeView . |
static String |
IS_SYMBOLIC_LINK
The name of the
isSymbolicLink attribute, as used for BasicFileAttributeView . |
static String |
LAST_ACCESS_TIME
The name of the
lastAccessTime attribute, as used for BasicFileAttributeView . |
static String |
LAST_MODIFIED_TIME
The name of the
lastModifiedTime attribute, as used for BasicFileAttributeView . |
static String |
OWNER
The name of the
owner attribute, as used for FileOwnerAttributeView . |
static String |
PERMISSIONS
The name of the
permissions attribute, as used for PosixFileAttributeView . |
static String |
POSIX_VIEW
The
PosixFileAttributeView name. |
static String |
READONLY
The name of the
readonly attribute, as used for DosFileAttributeView . |
static String |
SIZE
The name of the
size attribute, as used for BasicFileAttributeView . |
static String |
SYSTEM
The name of the
system attribute, as used for DosFileAttributeView . |
public static final String BASIC_VIEW
BasicFileAttributeView
name.public static final String FILE_OWNER_VIEW
FileOwnerAttributeView
name.public static final String DOS_VIEW
DosFileAttributeView
name.public static final String POSIX_VIEW
PosixFileAttributeView
name.public static final String ACL_VIEW
AclFileAttributeView
name.public static final String LAST_MODIFIED_TIME
lastModifiedTime
attribute, as used for BasicFileAttributeView
.public static final String LAST_ACCESS_TIME
lastAccessTime
attribute, as used for BasicFileAttributeView
.public static final String CREATION_TIME
creationTime
attribute, as used for BasicFileAttributeView
.public static final String SIZE
size
attribute, as used for BasicFileAttributeView
.public static final String IS_REGULAR_FILE
isRegularFile
attribute, as used for BasicFileAttributeView
.public static final String IS_DIRECTORY
isDirectory
attribute, as used for BasicFileAttributeView
.public static final String IS_SYMBOLIC_LINK
isSymbolicLink
attribute, as used for BasicFileAttributeView
.public static final String IS_OTHER
isOther
attribute, as used for BasicFileAttributeView
.public static final String FILE_KEY
fileKey
attribute, as used for BasicFileAttributeView
.public static final String OWNER
owner
attribute, as used for FileOwnerAttributeView
.public static final String READONLY
readonly
attribute, as used for DosFileAttributeView
.public static final String HIDDEN
hidden
attribute, as used for DosFileAttributeView
.public static final String SYSTEM
system
attribute, as used for DosFileAttributeView
.public static final String ARCHIVE
archive
attribute, as used for DosFileAttributeView
.public static final String PERMISSIONS
permissions
attribute, as used for PosixFileAttributeView
.public static final String GROUP
group
attribute, as used for PosixFileAttributeView
.public static final String ACL
acl
attribute, as used for AclFileAttributeView
.Copyright © 2016–2023. All rights reserved.