Uses of Interface
org.jruby.Profile

Packages that use Profile
org.jruby   
 

Uses of Profile in org.jruby
 

Fields in org.jruby declared as Profile
static Profile Profile.ALL
           
static Profile Profile.DEBUG_ALLOW
           
static Profile Profile.NO_FILE_CLASS
           
static Profile Profile.ANY
           
static Profile Profile.DEFAULT
           
 

Methods in org.jruby that return Profile
 Profile Ruby.getProfile()
           
 Profile RubyInstanceConfig.getProfile()
           
 

Methods in org.jruby with parameters of type Profile
 void RubyInstanceConfig.setProfile(Profile newProfile)
           
 



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