public class UserGroupModeFileAttributes extends FileAttributes
UNKNOWN_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, uncached
public UserGroupModeFileAttributes(Integer uid, String userName, Integer gid, String groupName, int mode, FileAttributes base)
public String toString()
toString
in class FileAttributes
Copyright © 2001–2022 Codehaus Plexus. All rights reserved.