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 StringACLThe name of theaclattribute, as used forAclFileAttributeView.static StringACL_VIEWTheAclFileAttributeViewname.static StringARCHIVEThe name of thearchiveattribute, as used forDosFileAttributeView.static StringBASIC_VIEWTheBasicFileAttributeViewname.static StringCREATION_TIMEThe name of thecreationTimeattribute, as used forBasicFileAttributeView.static StringDOS_VIEWTheDosFileAttributeViewname.static StringFILE_KEYThe name of thefileKeyattribute, as used forBasicFileAttributeView.static StringFILE_OWNER_VIEWTheFileOwnerAttributeViewname.static StringGROUPThe name of thegroupattribute, as used forPosixFileAttributeView.static StringHIDDENThe name of thehiddenattribute, as used forDosFileAttributeView.static StringIS_DIRECTORYThe name of theisDirectoryattribute, as used forBasicFileAttributeView.static StringIS_OTHERThe name of theisOtherattribute, as used forBasicFileAttributeView.static StringIS_REGULAR_FILEThe name of theisRegularFileattribute, as used forBasicFileAttributeView.static StringIS_SYMBOLIC_LINKThe name of theisSymbolicLinkattribute, as used forBasicFileAttributeView.static StringLAST_ACCESS_TIMEThe name of thelastAccessTimeattribute, as used forBasicFileAttributeView.static StringLAST_MODIFIED_TIMEThe name of thelastModifiedTimeattribute, as used forBasicFileAttributeView.static StringOWNERThe name of theownerattribute, as used forFileOwnerAttributeView.static StringPERMISSIONSThe name of thepermissionsattribute, as used forPosixFileAttributeView.static StringPOSIX_VIEWThePosixFileAttributeViewname.static StringREADONLYThe name of thereadonlyattribute, as used forDosFileAttributeView.static StringSIZEThe name of thesizeattribute, as used forBasicFileAttributeView.static StringSYSTEMThe name of thesystemattribute, as used forDosFileAttributeView.
-
-
-
Field Detail
-
BASIC_VIEW
public static final String BASIC_VIEW
TheBasicFileAttributeViewname.- See Also:
- Constant Field Values
-
FILE_OWNER_VIEW
public static final String FILE_OWNER_VIEW
TheFileOwnerAttributeViewname.- See Also:
- Constant Field Values
-
DOS_VIEW
public static final String DOS_VIEW
TheDosFileAttributeViewname.- See Also:
- Constant Field Values
-
POSIX_VIEW
public static final String POSIX_VIEW
ThePosixFileAttributeViewname.- See Also:
- Constant Field Values
-
ACL_VIEW
public static final String ACL_VIEW
TheAclFileAttributeViewname.- See Also:
- Constant Field Values
-
LAST_MODIFIED_TIME
public static final String LAST_MODIFIED_TIME
The name of thelastModifiedTimeattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
LAST_ACCESS_TIME
public static final String LAST_ACCESS_TIME
The name of thelastAccessTimeattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
CREATION_TIME
public static final String CREATION_TIME
The name of thecreationTimeattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
The name of thesizeattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
IS_REGULAR_FILE
public static final String IS_REGULAR_FILE
The name of theisRegularFileattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
IS_DIRECTORY
public static final String IS_DIRECTORY
The name of theisDirectoryattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
IS_SYMBOLIC_LINK
public static final String IS_SYMBOLIC_LINK
The name of theisSymbolicLinkattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
IS_OTHER
public static final String IS_OTHER
The name of theisOtherattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
FILE_KEY
public static final String FILE_KEY
The name of thefileKeyattribute, as used forBasicFileAttributeView.- See Also:
- Constant Field Values
-
OWNER
public static final String OWNER
The name of theownerattribute, as used forFileOwnerAttributeView.- See Also:
- Constant Field Values
-
READONLY
public static final String READONLY
The name of thereadonlyattribute, as used forDosFileAttributeView.- See Also:
- Constant Field Values
-
HIDDEN
public static final String HIDDEN
The name of thehiddenattribute, as used forDosFileAttributeView.- See Also:
- Constant Field Values
-
SYSTEM
public static final String SYSTEM
The name of thesystemattribute, as used forDosFileAttributeView.- See Also:
- Constant Field Values
-
ARCHIVE
public static final String ARCHIVE
The name of thearchiveattribute, as used forDosFileAttributeView.- See Also:
- Constant Field Values
-
PERMISSIONS
public static final String PERMISSIONS
The name of thepermissionsattribute, as used forPosixFileAttributeView.- See Also:
- Constant Field Values
-
GROUP
public static final String GROUP
The name of thegroupattribute, as used forPosixFileAttributeView.- See Also:
- Constant Field Values
-
ACL
public static final String ACL
The name of theaclattribute, as used forAclFileAttributeView.- See Also:
- Constant Field Values
-
-