| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.embed | |
| org.jruby.embed.internal | |
| org.jruby.javasupport | |
| org.jruby.util |
| Modifier and Type | Method and Description |
|---|---|
ClassCache |
RubyInstanceConfig.getClassCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
RubyInstanceConfig.setClassCache(ClassCache classCache) |
| Modifier and Type | Method and Description |
|---|---|
ClassCache |
ScriptingContainer.getClassCache()
Returns a ClassCache object that is tied to a class loader.
|
ClassCache |
EmbedRubyInstanceConfigAdapter.getClassCache()
Returns a ClassCache object that is tied to a class loader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptingContainer.setClassCache(ClassCache cache)
Changes a ClassCache object to a given one.
|
void |
EmbedRubyInstanceConfigAdapter.setClassCache(ClassCache cache)
Changes a ClassCache object to a given one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalContextProvider.setClassCache(ClassCache classCache)
Deprecated.
|
void |
AbstractLocalContextProvider.setClassCache(ClassCache classCache)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassCache |
JavaEmbedUtils.createClassCache(ClassLoader loader)
Generate a class cache.
|
| Modifier and Type | Method and Description |
|---|---|
static Ruby |
JavaEmbedUtils.initialize(List loadPaths,
ClassCache classCache)
Get an instance of a JRuby runtime.
|
| Modifier and Type | Field and Description |
|---|---|
static ClassCache<Script> |
NailMain.classCache |
Copyright © 2001-2013 JRuby. All Rights Reserved.