| Package | Description |
|---|---|
| jnr.posix | |
| jnr.posix.util |
| Modifier and Type | Field and Description |
|---|---|
protected POSIXHandler |
BaseNativePOSIX.handler |
| Modifier and Type | Method and 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.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) |
| Constructor and Description |
|---|
BaseNativePOSIX(LibCProvider libcProvider,
POSIXHandler handler) |
JavaFileStat(POSIX posix,
POSIXHandler handler) |
JavaLibCHelper(POSIXHandler handler) |
WindowsRawFileStat(POSIX posix,
POSIXHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPOSIXHandler
A POSIXHandler with reasonable default behavior.
|
| Modifier and Type | Field and Description |
|---|---|
protected POSIXHandler |
ExecIt.handler |
| Constructor and Description |
|---|
ExecIt(POSIXHandler handler)
Creates a new instance of ShellLauncher
|
Java5ProcessMaker(POSIXHandler handler) |
Java5ProcessMaker(POSIXHandler handler,
java.lang.String... command) |
Copyright © 2020. All Rights Reserved.