Uses of Class
org.jruby.CompatVersion

Packages that use CompatVersion
org.jruby   
 

Uses of CompatVersion in org.jruby
 

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



Copyright © 2002-2007 JRuby Team. All Rights Reserved.