jnr.posix
Class POSIXFactory
java.lang.Object
jnr.posix.POSIXFactory
public class POSIXFactory
- extends 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)
getPOSIX
public static POSIX getPOSIX()
- This will use
DefaultPOSIXHandler and the native POSIX implementation
- Returns:
- a POSIX implementation
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)
loadAixPOSIX
public static POSIX loadAixPOSIX(POSIXHandler handler)
Copyright © 2014. All Rights Reserved.