public class JRubyRun extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JRubyRun.Mode |
static class |
JRubyRun.Result |
| Modifier and Type | Field and Description |
|---|---|
JRubyRun.Mode |
mode |
String |
version |
| Constructor and Description |
|---|
JRubyRun(JRubyRun.Mode mode,
String version) |
| Modifier and Type | Method and Description |
|---|---|
JRubyRun.Mode[] |
asSingleModes() |
JRubyRun.Result |
result(JRubyRun.Mode mode) |
void |
setResult(JRubyRun.Mode mode,
JRubyRun.Result result) |
String |
toString(JRubyRun.Mode mode) |
public final JRubyRun.Mode mode
public final String version
public JRubyRun(JRubyRun.Mode mode, String version)
public JRubyRun.Mode[] asSingleModes()
public JRubyRun.Result result(JRubyRun.Mode mode)
public void setResult(JRubyRun.Mode mode, JRubyRun.Result result)
public String toString(JRubyRun.Mode mode)
Copyright © 2013. All Rights Reserved.