org.yaml.snakeyaml
Class Dumper

java.lang.Object
  extended by org.yaml.snakeyaml.Dumper

Deprecated. Dumper's functionality was moved to Yaml

public class Dumper
extends Object


Field Summary
protected  DumperOptions options
          Deprecated.  
protected  Representer representer
          Deprecated.  
 
Constructor Summary
Dumper()
          Deprecated.  
Dumper(DumperOptions options)
          Deprecated.  
Dumper(Representer representer)
          Deprecated.  
Dumper(Representer representer, DumperOptions options)
          Deprecated.  
 
Method Summary
 void dump(Iterator<? extends Object> iter, Writer output, Resolver resolver)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

representer

protected final Representer representer
Deprecated. 

options

protected final DumperOptions options
Deprecated. 
Constructor Detail

Dumper

public Dumper(Representer representer,
              DumperOptions options)
Deprecated. 

Dumper

public Dumper(DumperOptions options)
Deprecated. 

Dumper

public Dumper(Representer representer)
Deprecated. 

Dumper

public Dumper()
Deprecated. 
Method Detail

dump

public void dump(Iterator<? extends Object> iter,
                 Writer output,
                 Resolver resolver)
Deprecated. 


Copyright © 2008-2010. All Rights Reserved.