Uses of Interface
jnr.posix.POSIX
Packages that use POSIX
-
Uses of POSIX in jnr.posix
Modifier and TypeClassDescriptionclassclassfinal classModifier and TypeFieldDescriptionprotected final POSIXAbstractJavaFileStat.posixprotected final POSIXBaseFileStat.posixModifier and TypeMethodDescriptionstatic 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) ModifierConstructorDescriptionAbstractJavaFileStat(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 POSIXModifier and TypeMethodDescriptionstatic 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)