org.jruby.ext.posix
Class POSIXFactory
java.lang.Object
org.jruby.ext.posix.POSIXFactory
public class POSIXFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POSIXFactory
public POSIXFactory()
getPOSIX
public static POSIX getPOSIX(POSIXHandler handler,
boolean useNativePOSIX)
getJavaPOSIX
public static POSIX getJavaPOSIX(POSIXHandler handler)
loadLinuxPOSIX
public static POSIX loadLinuxPOSIX(POSIXHandler handler)
loadMacOSPOSIX
public static POSIX loadMacOSPOSIX(POSIXHandler handler)
loadSolarisPOSIX
public static POSIX loadSolarisPOSIX(POSIXHandler handler)
loadFreeBSDPOSIX
public static POSIX loadFreeBSDPOSIX(POSIXHandler handler)
loadOpenBSDPOSIX
public static POSIX loadOpenBSDPOSIX(POSIXHandler handler)
loadWindowsPOSIX
public static POSIX loadWindowsPOSIX(POSIXHandler handler)
Copyright © 2012. All Rights Reserved.