Uses of Class
org.jruby.ext.posix.POSIX.ERRORS

Packages that use POSIX.ERRORS
org.jruby.ext.posix   
 

Uses of POSIX.ERRORS in org.jruby.ext.posix
 

Methods in org.jruby.ext.posix that return POSIX.ERRORS
static POSIX.ERRORS POSIX.ERRORS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static POSIX.ERRORS[] POSIX.ERRORS.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jruby.ext.posix with parameters of type POSIX.ERRORS
 void POSIXHandler.error(POSIX.ERRORS error, java.lang.String extraData)
           
 



Copyright © 2009. All Rights Reserved.