Class UserGroupModeFileAttributes
java.lang.Object
org.codehaus.plexus.components.io.attributes.FileAttributes
org.codehaus.plexus.components.io.attributes.UserGroupModeFileAttributes
- All Implemented Interfaces:
PlexusIoResourceAttributes
-
Field Summary
Fields inherited from class FileAttributes
FOLLOW_LINK_OPTIONS, NOFOLLOW_LINK_OPTIONSFields inherited from interface PlexusIoResourceAttributes
UNKNOWN_OCTAL_MODE -
Constructor Summary
ConstructorsConstructorDescriptionUserGroupModeFileAttributes(Integer uid, String userName, Integer gid, String groupName, int mode, FileAttributes base) -
Method Summary
Methods inherited from class FileAttributes
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
-
Constructor Details
-
UserGroupModeFileAttributes
public UserGroupModeFileAttributes(Integer uid, String userName, Integer gid, String groupName, int mode, FileAttributes base)
-
-
Method Details
-
toString
- Overrides:
toStringin classFileAttributes
-