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 Classes Modifier and Type Interface Description static class
VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider.UsingIStat
An implementation for reading a POSIX owner usingistat
.static class
VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider.UsingStat
An implementation of reading POSIX ownership usingstat
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOwnerIdOf(java.io.File file)
Returns the user id of the owner of the supplied file.
-