Modifier and Type | Interface and Description |
---|---|
public interface | EmbedEvalUnit
Wrapper interface of |
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 |
Modifier and Type | Annotation and Description |
---|---|
public @interface | Extension
Methods annotated with this are blessed Native Extension APIs. |
Modifier and Type | Class 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. |
Modifier and Type | Enum and Description |
---|---|
public enum | AttributeName
Predefined keys for an attribute map that ScriptingContainer has. |
public enum | LocalContextScope
LocalContextState defines four scopes to maintain |
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 |