public class FileSystemRights extends BitFlagsRights
FileSystemResource rights objects.permsBIT_CREATE_ACCESS, BIT_DELETE_ACCESS, BIT_DENIED_ACCESS, BIT_READ_ACCESS, BIT_WRITE_ACCESS, BITSET_SIZE| Constructor and Description |
|---|
FileSystemRights()
Default constructor which creates an instance that always evaluates to no access.
|
FileSystemRights(BitSet perms)
Protected constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRightsName()
Reports this class' rights name.
|
java.lang.String |
toString()
Converts this object into a string.
|
get, getAttributes, getPermissionspublic FileSystemRights()
public FileSystemRights(BitSet perms)
perms - Bitfield of perms (CDRWN).public java.lang.String getRightsName()
getRightsName in interface RightsgetRightsName in class BitFlagsRightspublic java.lang.String toString()
toString in class BitFlagsRights