protected static interface VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider
Modifier and Type | Interface and Description |
---|---|
static class |
VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider.UsingIStat
An implementation for reading a POSIX owner using
istat . |
static class |
VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixOwnerProvider.UsingStat
An implementation of reading POSIX ownership using
stat . |
Modifier and Type | Method and Description |
---|---|
int |
getOwnerIdOf(File file)
Returns the user id of the owner of the supplied file.
|
int getOwnerIdOf(File file)
file
- The file for which to locate the owner.Copyright © 2014–2025. All rights reserved.