public class UserGroupModeFileAttributes extends FileAttributes
FOLLOW_LINK_OPTIONS, NOFOLLOW_LINK_OPTIONSUNKNOWN_OCTAL_MODE| Constructor and Description |
|---|
UserGroupModeFileAttributes(Integer uid,
String userName,
Integer gid,
String groupName,
int mode,
FileAttributes base) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
calculatePosixOctalMode, getGroupId, getGroupName, getLastModifiedTime, getOctalMode, getOctalModeString, getPermissions, getSize, getUserId, getUserName, hasGroupId, hasUserId, isDirectory, isGroupExecutable, isGroupReadable, isGroupWritable, isOther, isOwnerExecutable, isOwnerReadable, isOwnerWritable, isRegularFile, isSymbolicLink, isWorldExecutable, isWorldReadable, isWorldWritable, uncachedpublic UserGroupModeFileAttributes(Integer uid, String userName, Integer gid, String groupName, int mode, FileAttributes base)
public String toString()
toString in class FileAttributesCopyright © 2001–2023 Codehaus Plexus. All rights reserved.