Uses of Class
org.yaml.snakeyaml.DumperOptions.LineBreak

Packages that use DumperOptions.LineBreak
org.yaml.snakeyaml   
 

Uses of DumperOptions.LineBreak in org.yaml.snakeyaml
 

Methods in org.yaml.snakeyaml that return DumperOptions.LineBreak
 DumperOptions.LineBreak DumperOptions.getLineBreak()
           
static DumperOptions.LineBreak DumperOptions.LineBreak.getPlatformLineBreak()
           
static DumperOptions.LineBreak DumperOptions.LineBreak.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DumperOptions.LineBreak[] DumperOptions.LineBreak.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.yaml.snakeyaml with parameters of type DumperOptions.LineBreak
 void DumperOptions.setLineBreak(DumperOptions.LineBreak lineBreak)
          Specify the line break to separate the lines.
 



Copyright © 2008-2010. All Rights Reserved.