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 org.codehaus.plexus.components.io.attributes.FileAttributes
FOLLOW_LINK_OPTIONS, NOFOLLOW_LINK_OPTIONS
Fields inherited from interface org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributes
UNKNOWN_OCTAL_MODE
-
Constructor Summary
ConstructorDescriptionUserGroupModeFileAttributes
(Integer uid, String userName, Integer gid, String groupName, int mode, FileAttributes base) -
Method Summary
Methods inherited from class org.codehaus.plexus.components.io.attributes.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:
toString
in classFileAttributes
-