de.saumya.mojo.tests
Class JRubyRun

java.lang.Object
  extended by de.saumya.mojo.tests.JRubyRun

public class JRubyRun
extends java.lang.Object


Nested Class Summary
static class JRubyRun.Mode
           
static class JRubyRun.Result
           
 
Field Summary
 JRubyRun.Mode mode
           
 java.lang.String version
           
 
Constructor Summary
JRubyRun(JRubyRun.Mode mode, java.lang.String version)
           
 
Method Summary
 JRubyRun.Mode[] asSingleModes()
           
 JRubyRun.Result result(JRubyRun.Mode mode)
           
 void setResult(JRubyRun.Mode mode, JRubyRun.Result result)
           
 java.lang.String toString(JRubyRun.Mode mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

public final JRubyRun.Mode mode

version

public final java.lang.String version
Constructor Detail

JRubyRun

public JRubyRun(JRubyRun.Mode mode,
                java.lang.String version)
Method Detail

asSingleModes

public JRubyRun.Mode[] asSingleModes()

result

public JRubyRun.Result result(JRubyRun.Mode mode)

setResult

public void setResult(JRubyRun.Mode mode,
                      JRubyRun.Result result)

toString

public java.lang.String toString(JRubyRun.Mode mode)


Copyright © 2012. All Rights Reserved.