Uses of Class
org.yaml.snakeyaml.DumperOptions.LineBreak
-
Packages that use DumperOptions.LineBreak Package Description org.yaml.snakeyaml -
-
Uses of DumperOptions.LineBreak in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml that return DumperOptions.LineBreak Modifier and Type Method Description DumperOptions.LineBreak
DumperOptions. getLineBreak()
getterstatic DumperOptions.LineBreak
DumperOptions.LineBreak. getPlatformLineBreak()
Get the line break used by the current Operating Systemstatic DumperOptions.LineBreak
DumperOptions.LineBreak. valueOf(java.lang.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 are declared.Methods in org.yaml.snakeyaml with parameters of type DumperOptions.LineBreak Modifier and Type Method Description void
DumperOptions. setLineBreak(DumperOptions.LineBreak lineBreak)
Specify the line break to separate the lines.
-