Package net.bytebuddy.agent
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 class
An implementation for reading a POSIX owner usingistat
.static class
An implementation of reading POSIX ownership usingstat
. -
Method Summary
Modifier and TypeMethodDescriptionint
getOwnerIdOf
(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.
-