|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POSIX | |
---|---|
org.jruby.ext.posix | |
org.jruby.ext.posix.util |
Uses of POSIX in org.jruby.ext.posix |
---|
Fields in org.jruby.ext.posix declared as POSIX | |
---|---|
protected POSIX |
BaseHeapFileStat.posix
|
Methods in org.jruby.ext.posix that return POSIX | |
---|---|
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)
|
Constructors in org.jruby.ext.posix with parameters of type POSIX | |
---|---|
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)
|
Uses of POSIX in org.jruby.ext.posix.util |
---|
Methods in org.jruby.ext.posix.util with parameters of type POSIX | |
---|---|
static java.lang.String |
Finder.findFileCommon(POSIX posix,
java.lang.String name,
java.lang.String path,
boolean executableOnly)
|
static java.lang.String |
Finder.findFileInPath(POSIX posix,
java.lang.String name,
java.lang.String path)
|
static java.lang.String[] |
WindowsHelpers.processCommandArgs(POSIX posix,
java.lang.String program,
java.lang.String[] argv,
java.lang.String path)
|
static java.lang.String[] |
WindowsHelpers.processCommandLine(POSIX posix,
java.lang.String command,
java.lang.String program,
java.lang.String path)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |