Package | Description |
---|---|
jnr.posix | |
jnr.posix.util |
Modifier and Type | Field and Description |
---|---|
protected POSIX |
BaseFileStat.posix |
Modifier and Type | Method and Description |
---|---|
static 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 use
DefaultPOSIXHandler 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.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) |
Constructor and Description |
---|
JavaFileStat(POSIX posix,
POSIXHandler handler) |
Modifier and Type | Method and Description |
---|---|
static 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) |
Copyright © 2017. All rights reserved.