org.jenkinsci.jruby
Class JRubyXStream
java.lang.Object
org.jenkinsci.jruby.JRubyXStream
public class JRubyXStream
- extends Object
Entry point to the JRuby/XStream support.
- Author:
- Kohsuke Kawaguchi
|
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 |
JRubyXStream
public JRubyXStream()
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.