Package | Description |
---|---|
jnr.posix | |
jnr.posix.util |
Modifier and Type | Field | Description |
---|---|---|
protected POSIXHandler |
BaseNativePOSIX.handler |
Modifier and Type | Method | Description |
---|---|---|
static POSIX |
POSIXFactory.getJavaPOSIX(POSIXHandler handler) |
Get a pure-Java POSIX instance.
|
static POSIX |
POSIXFactory.getNativePOSIX(POSIXHandler handler) |
Get a POSIX instance.
|
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 | Description |
---|---|
BaseNativePOSIX(LibCProvider libcProvider,
POSIXHandler handler) |
|
JavaFileStat(POSIX posix,
POSIXHandler handler) |
|
JavaLibCHelper(POSIXHandler handler) |
|
WindowsRawFileStat(POSIX posix,
POSIXHandler handler) |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultPOSIXHandler |
A POSIXHandler with reasonable default behavior.
|
Modifier and Type | Field | Description |
---|---|---|
protected POSIXHandler |
ExecIt.handler |
Constructor | Description |
---|---|
ExecIt(POSIXHandler handler) |
Creates a new instance of ShellLauncher
|
Java5ProcessMaker(POSIXHandler handler) |
|
Java5ProcessMaker(POSIXHandler handler,
String... command) |
Copyright © 2018. All rights reserved.