Uses of Interface
org.jruby.ext.posix.POSIX

Packages that use POSIX
org.jruby.ext.posix   
 

Uses of POSIX in org.jruby.ext.posix
 

Fields in org.jruby.ext.posix declared as POSIX
protected  POSIX BaseHeapFileStat.posix
           
 

Methods in org.jruby.ext.posix that return POSIX
static POSIX POSIXFactory.getJavaPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.getPOSIX(POSIXHandler handler, boolean useNativePOSIX)
           
static POSIX POSIXFactory.loadFreeBSDPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadLinuxPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadMacOSPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadOpenBSDPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadSolarisPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadWindowsPOSIX(POSIXHandler handler)
           
 

Constructors in org.jruby.ext.posix with parameters of type POSIX
BaseHeapFileStat(POSIX posix)
           
FreeBSDHeapFileStat(POSIX posix)
           
JavaFileStat(POSIX posix, POSIXHandler handler)
           
Linux64HeapFileStat(POSIX posix)
           
LinuxHeapFileStat(POSIX posix)
           
MacOSHeapFileStat(POSIX posix)
           
OpenBSDHeapFileStat(POSIX posix)
           
Solaris64FileStat(POSIX posix)
           
SolarisHeapFileStat(POSIX posix)
           
WindowsFileStat(POSIX posix)
           
 



Copyright © 2012. All Rights Reserved.