public interface PermissionFactory
Permission instances from integer masks.| Modifier and Type | Method and Description |
|---|---|
Permission |
buildFromMask(int mask)
Dynamically creates a
CumulativePermission or BasePermission representing the
active bits in the passed mask. |
Permission buildFromMask(int mask)
CumulativePermission or BasePermission representing the
active bits in the passed mask.mask - to build