| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.ext.tempfile | |
| org.jruby.util.io |
| Modifier and Type | Class and Description |
|---|---|
static class |
RubyBasicObject.Finalizer
Class that keeps track of the finalizers for the object under
operation.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<Finalizable,java.lang.Object> |
Ruby.finalizers
A list of "external" finalizers (the ones, registered via ObjectSpace),
weakly referenced, to be executed on tearDown.
|
private java.util.Map<Finalizable,java.lang.Object> |
Ruby.internalFinalizers
A list of JRuby-internal finalizers, weakly referenced,
to be executed on tearDown.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ruby.addFinalizer(Finalizable finalizer) |
void |
Ruby.addInternalFinalizer(Finalizable finalizer) |
void |
Ruby.removeFinalizer(Finalizable finalizer) |
void |
Ruby.removeInternalFinalizer(Finalizable finalizer) |
| Modifier and Type | Class and Description |
|---|---|
class |
Tempfile
An implementation of tempfile.rb in Java.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelStream
This file implements a seekable IO file.
|