org.yaml.snakeyaml
Class LoaderOptions

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

Deprecated.

public class LoaderOptions
extends Object


Constructor Summary
LoaderOptions()
          Deprecated.  
LoaderOptions(TypeDescription rootTypeDescription)
          Deprecated.  
 
Method Summary
 TypeDescription getRootTypeDescription()
          Deprecated.  
 void setRootTypeDescription(TypeDescription rootTypeDescription)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderOptions

public LoaderOptions()
Deprecated. 

LoaderOptions

public LoaderOptions(TypeDescription rootTypeDescription)
Deprecated. 
Method Detail

getRootTypeDescription

public TypeDescription getRootTypeDescription()
Deprecated. 

setRootTypeDescription

public void setRootTypeDescription(TypeDescription rootTypeDescription)
Deprecated. 


Copyright © 2008-2012. All Rights Reserved.