de.saumya.mojo.ruby
Class ScriptingService

java.lang.Object
  extended by de.saumya.mojo.ruby.ScriptingService

public class ScriptingService
extends Object


Constructor Summary
ScriptingService()
           
 
Method Summary
 Object rubyObjectFromClassloader(String name)
           
 Object rubyObjectFromClassloader(String name, Class<?> clazz)
           
 org.jruby.embed.ScriptingContainer scripting()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptingService

public ScriptingService()
Method Detail

rubyObjectFromClassloader

public Object rubyObjectFromClassloader(String name,
                                        Class<?> clazz)
                                 throws IOException
Throws:
IOException

rubyObjectFromClassloader

public Object rubyObjectFromClassloader(String name)
                                 throws IOException
Throws:
IOException

scripting

public org.jruby.embed.ScriptingContainer scripting()


Copyright © 2010. All Rights Reserved.