Package | Description |
---|---|
org.jruby | |
org.jruby.embed |
Modifier and Type | Field and Description |
---|---|
static Profile |
Profile.ALL |
static Profile |
Profile.ANY |
static Profile |
Profile.DEBUG_ALLOW |
static Profile |
Profile.DEFAULT |
static Profile |
Profile.NO_FILE_CLASS |
Modifier and Type | Method and Description |
---|---|
Profile |
Ruby.getProfile() |
Profile |
RubyInstanceConfig.getProfile() |
Modifier and Type | Method and Description |
---|---|
void |
RubyInstanceConfig.setProfile(Profile newProfile) |
Modifier and Type | Method and Description |
---|---|
Profile |
ScriptingContainer.getProfile()
Returns a Profile currently used.
|
Profile |
EmbedRubyInstanceConfigAdapter.getProfile()
Returns a profiler currently used.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptingContainer.setProfile(Profile profile)
Changes a Profile to a given one.
|
void |
EmbedRubyInstanceConfigAdapter.setProfile(Profile profile)
Changes a profiler to a given one.
|
Copyright © 2001-2018 JRuby. All Rights Reserved.