Uses of Interface
jnr.posix.POSIX
-
Packages that use POSIX Package Description jnr.posix jnr.posix.util -
-
Uses of POSIX in jnr.posix
Subinterfaces of POSIX in jnr.posix Modifier and Type Interface Description interfaceLinuxLinux-specific POSIX-like functions.Classes in jnr.posix that implement POSIX Modifier and Type Class Description classBaseNativePOSIXclassNativePOSIXclassWindowsPOSIXFields in jnr.posix declared as POSIX Modifier and Type Field Description protected POSIXAbstractJavaFileStat. posixprotected POSIXBaseFileStat. posixMethods in jnr.posix that return POSIX Modifier and Type Method Description static POSIXPOSIXFactory. getJavaPOSIX()Get a pure-Java POSIX instance.static POSIXPOSIXFactory. getJavaPOSIX(POSIXHandler handler)Get a pure-Java POSIX instance.static POSIXPOSIXFactory. getNativePOSIX()Get a POSIX instance.static POSIXPOSIXFactory. getNativePOSIX(POSIXHandler handler)Get a POSIX instance.static POSIXPOSIXFactory. getPOSIX()This will useDefaultPOSIXHandlerand the native POSIX implementation, falling back on the pure-Java implementation if native support is not available.static POSIXPOSIXFactory. getPOSIX(POSIXHandler handler, boolean useNativePOSIX)Get a POSIX instance.static POSIXPOSIXFactory. loadAixPOSIX(POSIXHandler handler)static POSIXPOSIXFactory. loadDragonFlyPOSIX(POSIXHandler handler)static POSIXPOSIXFactory. loadFreeBSDPOSIX(POSIXHandler handler)static POSIXPOSIXFactory. loadLinuxPOSIX(POSIXHandler handler)static POSIXPOSIXFactory. loadMacOSPOSIX(POSIXHandler handler)static POSIXPOSIXFactory. loadOpenBSDPOSIX(POSIXHandler handler)static POSIXPOSIXFactory. loadSolarisPOSIX(POSIXHandler handler)static POSIXPOSIXFactory. loadWindowsPOSIX(POSIXHandler handler)Constructors in jnr.posix with parameters of type POSIX Constructor Description AbstractJavaFileStat(POSIX posix, POSIXHandler handler)JavaFileStat(POSIX posix, POSIXHandler handler)WindowsRawFileStat(POSIX posix, POSIXHandler handler) -
Uses of POSIX in jnr.posix.util
Methods in jnr.posix.util with parameters of type POSIX Modifier and Type Method Description static StringFinder. findFileCommon(POSIX posix, String name, String path, boolean executableOnly)static StringFinder. findFileInPath(POSIX posix, String name, String path)static String[]WindowsHelpers. processCommandArgs(POSIX posix, String program, String[] argv, String path)static String[]WindowsHelpers. processCommandLine(POSIX posix, String command, String program, String path)
-