org.jruby.yaml
Class JRubyRepresenter.IRubyObjectYAMLNodeCreator

java.lang.Object
  extended by org.jruby.yaml.JRubyRepresenter.IRubyObjectYAMLNodeCreator
All Implemented Interfaces:
org.jvyamlb.YAMLNodeCreator
Enclosing class:
JRubyRepresenter

public static class JRubyRepresenter.IRubyObjectYAMLNodeCreator
extends java.lang.Object
implements org.jvyamlb.YAMLNodeCreator


Constructor Summary
JRubyRepresenter.IRubyObjectYAMLNodeCreator(java.lang.Object data)
           
 
Method Summary
 java.lang.String taguri()
           
 org.jvyamlb.nodes.Node toYamlNode(org.jvyamlb.Representer representer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRubyRepresenter.IRubyObjectYAMLNodeCreator

public JRubyRepresenter.IRubyObjectYAMLNodeCreator(java.lang.Object data)
Method Detail

taguri

public java.lang.String taguri()
Specified by:
taguri in interface org.jvyamlb.YAMLNodeCreator

toYamlNode

public org.jvyamlb.nodes.Node toYamlNode(org.jvyamlb.Representer representer)
                                  throws java.io.IOException
Specified by:
toYamlNode in interface org.jvyamlb.YAMLNodeCreator
Throws:
java.io.IOException


Copyright © 2002-2007 JRuby Team. All Rights Reserved.