public interface FileOwner
The owner of a file.
Modifier and Type | Method and Description |
---|---|
long |
getGroupId()
Returns the group ID.
|
String |
getGroupName()
Returns the group name.
|
long |
getUserId()
Returns the user ID.
|
String |
getUserName()
Returns the user name.
|
long getGroupId()
Returns the group ID.
String getGroupName()
Returns the group name.
long getUserId()
Returns the user ID.
String getUserName()
Returns the user name.
Copyright © 2015–2019. All rights reserved.