|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.ext.JRubyPOSIXHelper
public class JRubyPOSIXHelper
Constructor Summary | |
---|---|
JRubyPOSIXHelper()
|
Method Summary | |
---|---|
static void |
checkErrno(Ruby runtime,
int result)
Helper for handling common POSIX situations where a negative return value from a function call indicates an error, and errno must be consulted to determine how exactly the function failed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRubyPOSIXHelper()
Method Detail |
---|
public static void checkErrno(Ruby runtime, int result)
runtime
- Ruby runtimeresult
- return value of a POSIX call
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |