public interface Owner
Modifier and Type | Field and Description |
---|---|
static Owner |
ROOT
Owner for root ownership.
|
Modifier and Type | Method and Description |
---|---|
long |
getGid()
Return the group identifier (GID) of the owner.
|
long |
getUid()
Return the user identifier (UID) of the owner.
|
static Owner |
of(long uid,
long gid)
Factory method to create a new
Owner with specified user/group identifier. |
static final Owner ROOT