Package | Description |
---|---|
org.jruby.ext.posix | |
org.jruby.ext.posix.util |
Modifier and Type | Field and Description |
---|---|
protected POSIX |
BaseHeapFileStat.posix |
Modifier and Type | Method and Description |
---|---|
static POSIX |
POSIXFactory.getJavaPOSIX(POSIXHandler handler) |
static POSIX |
POSIXFactory.getPOSIX(POSIXHandler handler,
boolean useNativePOSIX) |
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 |
---|
BaseHeapFileStat(POSIX posix) |
FreeBSDHeapFileStat(POSIX posix) |
JavaFileStat(POSIX posix,
POSIXHandler handler) |
Linux64HeapFileStat(POSIX posix) |
LinuxHeapFileStat(POSIX posix) |
MacOSHeapFileStat(POSIX posix) |
OpenBSDHeapFileStat(POSIX posix) |
Solaris64FileStat(POSIX posix) |
SolarisHeapFileStat(POSIX posix) |
WindowsFileStat(POSIX posix) |
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 © 2013. All rights reserved.