org.jenkinsci.jruby
Class JRubyXStream

java.lang.Object
  extended by org.jenkinsci.jruby.JRubyXStream

public class JRubyXStream
extends Object

Entry point to the JRuby/XStream support.

Author:
Kohsuke Kawaguchi

Constructor Summary
JRubyXStream()
           
 
Method Summary
static void register(com.thoughtworks.xstream.XStream xs, org.jruby.Ruby runtime)
          Registers all the Ruby-related converters to the given XStream.
static void register(com.thoughtworks.xstream.XStream xs, org.jruby.embed.ScriptingContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRubyXStream

public JRubyXStream()
Method Detail

register

public static void register(com.thoughtworks.xstream.XStream xs,
                            org.jruby.Ruby runtime)
Registers all the Ruby-related converters to the given XStream.


register

public static void register(com.thoughtworks.xstream.XStream xs,
                            org.jruby.embed.ScriptingContainer container)


Copyright © 2004-2011. All Rights Reserved.