Package | Description |
---|---|
org.jruby | |
org.jruby.embed |
Modifier and Type | Method and Description |
---|---|
CompatVersion |
RubyInstanceConfig.getCompatVersion()
Deprecated.
|
static CompatVersion |
CompatVersion.getVersionFromString(java.lang.String compatString)
Deprecated.
|
static CompatVersion |
CompatVersion.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CompatVersion[] |
CompatVersion.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RubyInstanceConfig.setCompatVersion(CompatVersion compatVersion)
Deprecated.
|
static boolean |
CompatVersion.shouldBindMethod(CompatVersion runtimeVersion,
CompatVersion methodVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompatVersion |
EmbedRubyInstanceConfigAdapter.getCompatVersion()
Deprecated.
|
CompatVersion |
ScriptingContainer.getCompatVersion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbedRubyInstanceConfigAdapter.setCompatVersion(CompatVersion version)
Deprecated.
|
void |
ScriptingContainer.setCompatVersion(CompatVersion version)
Deprecated.
|
Copyright © 2001-2022 JRuby. All Rights Reserved.