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.PosixOwnerProviderRepresents a system that supports POSIX ownership.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider.UsingIStatAn implementation for reading a POSIX owner usingistat.static classVirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider.UsingStatAn implementation of reading POSIX ownership usingstat.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetOwnerIdOf(java.io.File file)Returns the user id of the owner of the supplied file.
-