Top Interfaces Annotations Classes Enums
[default module]

Package org.jruby.embed


Interface Summary

Modifier and TypeInterface and Description
public interface
EmbedEvalUnit

Wrapper interface of JavaEmbedUtils.EvalUnit for embedding.

public interface
EmbedRubyInstanceConfigAdapter

This interface defines methods to configure Ruby runtime for embedding.

public interface
EmbedRubyInterfaceAdapter

This interface defines a method to get a instance of requested interface, which is implemented in Ruby.

public interface
EmbedRubyObjectAdapter

Wrapper interface of RubyObjectAdapter for embedding.

public interface
EmbedRubyRuntimeAdapter

Wrapper interface of RubyRuntimeAdapter for embedding.

Annotation Summary

Modifier and TypeAnnotation and Description
public @interface
Extension

Methods annotated with this are blessed Native Extension APIs.

Class Summary

Modifier and TypeClass and Description
public class
EvalFailedException

This class is a generic unchecked exception raised during evaluating.

public class
InvokeFailedException

This class is a generic unchecked exception raised during calling methods and invoking interface methods which are implemented by Ruby scripts.

public class
IsolatedScriptingContainer

The IsolatedScriptingContainer does set GEM_HOME and GEM_PATH and JARS_HOME in such a way that it uses only resources which can be reached with classloader.

public class
ParseFailedException

This class is a generic unchecked exception raised during parsing.

public class
ScriptingContainer

ScriptingContainer provides various methods and resources that are useful for embedding Ruby in Java.

Enum Summary

Modifier and TypeEnum and Description
public enum
AttributeName

Predefined keys for an attribute map that ScriptingContainer has.

public enum
LocalContextScope

LocalContextState defines four scopes to maintain LocalContext.

public enum
public enum
PathType

The path type that tells from where Ruby runtime should load the specified file.

public enum
PropertyName

Predefined keys of System properties to get configurations