Package | Description |
---|---|
jnr.posix | |
jnr.posix.util |
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.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) |
JavaLibCHelper(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,
String... command) |
Copyright © 2015. All Rights Reserved.