Class FileAttributeConstants
- java.lang.Object
-
- com.github.robtimus.filesystems.attribute.FileAttributeConstants
-
public final class FileAttributeConstants extends Object
A utility class for file attributes.- Author:
- Rob Spoor
- Since:
- 2.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACL
The name of theacl
attribute, as used forAclFileAttributeView
.static String
ACL_VIEW
TheAclFileAttributeView
name.static String
ARCHIVE
The name of thearchive
attribute, as used forDosFileAttributeView
.static String
BASIC_VIEW
TheBasicFileAttributeView
name.static String
CREATION_TIME
The name of thecreationTime
attribute, as used forBasicFileAttributeView
.static String
DOS_VIEW
TheDosFileAttributeView
name.static String
FILE_KEY
The name of thefileKey
attribute, as used forBasicFileAttributeView
.static String
FILE_OWNER_VIEW
TheFileOwnerAttributeView
name.static String
GROUP
The name of thegroup
attribute, as used forPosixFileAttributeView
.static String
HIDDEN
The name of thehidden
attribute, as used forDosFileAttributeView
.static String
IS_DIRECTORY
The name of theisDirectory
attribute, as used forBasicFileAttributeView
.static String
IS_OTHER
The name of theisOther
attribute, as used forBasicFileAttributeView
.static String
IS_REGULAR_FILE
The name of theisRegularFile
attribute, as used forBasicFileAttributeView
.static String
IS_SYMBOLIC_LINK
The name of theisSymbolicLink
attribute, as used forBasicFileAttributeView
.static String
LAST_ACCESS_TIME
The name of thelastAccessTime
attribute, as used forBasicFileAttributeView
.static String
LAST_MODIFIED_TIME
The name of thelastModifiedTime
attribute, as used forBasicFileAttributeView
.static String
OWNER
The name of theowner
attribute, as used forFileOwnerAttributeView
.static String
PERMISSIONS
The name of thepermissions
attribute, as used forPosixFileAttributeView
.static String
POSIX_VIEW
ThePosixFileAttributeView
name.static String
READONLY
The name of thereadonly
attribute, as used forDosFileAttributeView
.static String
SIZE
The name of thesize
attribute, as used forBasicFileAttributeView
.static String
SYSTEM
The name of thesystem
attribute, as used forDosFileAttributeView
.
-
-
-
Field Detail
-
BASIC_VIEW
public static final String BASIC_VIEW
TheBasicFileAttributeView
name.- See Also:
- Constant Field Values
-
FILE_OWNER_VIEW
public static final String FILE_OWNER_VIEW
TheFileOwnerAttributeView
name.- See Also:
- Constant Field Values
-
DOS_VIEW
public static final String DOS_VIEW
TheDosFileAttributeView
name.- See Also:
- Constant Field Values
-
POSIX_VIEW
public static final String POSIX_VIEW
ThePosixFileAttributeView
name.- See Also:
- Constant Field Values
-
ACL_VIEW
public static final String ACL_VIEW
TheAclFileAttributeView
name.- See Also:
- Constant Field Values
-
LAST_MODIFIED_TIME
public static final String LAST_MODIFIED_TIME
The name of thelastModifiedTime
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
LAST_ACCESS_TIME
public static final String LAST_ACCESS_TIME
The name of thelastAccessTime
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
CREATION_TIME
public static final String CREATION_TIME
The name of thecreationTime
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
The name of thesize
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
IS_REGULAR_FILE
public static final String IS_REGULAR_FILE
The name of theisRegularFile
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
IS_DIRECTORY
public static final String IS_DIRECTORY
The name of theisDirectory
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
IS_SYMBOLIC_LINK
public static final String IS_SYMBOLIC_LINK
The name of theisSymbolicLink
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
IS_OTHER
public static final String IS_OTHER
The name of theisOther
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
FILE_KEY
public static final String FILE_KEY
The name of thefileKey
attribute, as used forBasicFileAttributeView
.- See Also:
- Constant Field Values
-
OWNER
public static final String OWNER
The name of theowner
attribute, as used forFileOwnerAttributeView
.- See Also:
- Constant Field Values
-
READONLY
public static final String READONLY
The name of thereadonly
attribute, as used forDosFileAttributeView
.- See Also:
- Constant Field Values
-
HIDDEN
public static final String HIDDEN
The name of thehidden
attribute, as used forDosFileAttributeView
.- See Also:
- Constant Field Values
-
SYSTEM
public static final String SYSTEM
The name of thesystem
attribute, as used forDosFileAttributeView
.- See Also:
- Constant Field Values
-
ARCHIVE
public static final String ARCHIVE
The name of thearchive
attribute, as used forDosFileAttributeView
.- See Also:
- Constant Field Values
-
PERMISSIONS
public static final String PERMISSIONS
The name of thepermissions
attribute, as used forPosixFileAttributeView
.- See Also:
- Constant Field Values
-
GROUP
public static final String GROUP
The name of thegroup
attribute, as used forPosixFileAttributeView
.- See Also:
- Constant Field Values
-
ACL
public static final String ACL
The name of theacl
attribute, as used forAclFileAttributeView
.- See Also:
- Constant Field Values
-
-