Interface VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider
- All Known Implementing Classes:
VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider.UsingIStat, VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider.UsingStat
- Enclosing class:
VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment
protected static interface VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider
Represents a system that supports POSIX ownership.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classAn implementation for reading a POSIX owner usingistat.static classAn implementation of reading POSIX ownership usingstat. -
Method Summary
Modifier and TypeMethodDescriptionintgetOwnerIdOf(File file) Returns the user id of the owner of the supplied file.
-
Method Details
-
getOwnerIdOf
Returns the user id of the owner of the supplied file.- Parameters:
file- The file for which to locate the owner.- Returns:
- The owner id of the supplied file.
-