Uses of Interface
jnr.posix.POSIX
Packages that use POSIX
-
Uses of POSIX in jnr.posix
Modifier and TypeClassDescriptionclass
class
final class
Modifier and TypeFieldDescriptionprotected final POSIX
AbstractJavaFileStat.posix
protected final POSIX
BaseFileStat.posix
Modifier and TypeMethodDescriptionstatic POSIX
POSIXFactory.getJavaPOSIX()
Get a pure-Java POSIX instance.static POSIX
POSIXFactory.getJavaPOSIX
(POSIXHandler handler) Get a pure-Java POSIX instance.static POSIX
POSIXFactory.getNativePOSIX()
Get a POSIX instance.static POSIX
POSIXFactory.getNativePOSIX
(POSIXHandler handler) Get a POSIX instance.static POSIX
POSIXFactory.getPOSIX()
This will useDefaultPOSIXHandler
and the native POSIX implementation, falling back on the pure-Java implementation if native support is not available.static POSIX
POSIXFactory.getPOSIX
(POSIXHandler handler, boolean useNativePOSIX) Get a POSIX instance.static POSIX
POSIXFactory.loadAixPOSIX
(POSIXHandler handler) static POSIX
POSIXFactory.loadDragonFlyPOSIX
(POSIXHandler handler) 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) 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 String
Finder.findFileCommon
(POSIX posix, String name, String path, boolean executableOnly) static String
Finder.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)