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.
  • Method Details

    • getOwnerIdOf

      int getOwnerIdOf(File file)
      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.