Uses of Enum Class
org.yaml.snakeyaml.DumperOptions.LineBreak
Packages that use DumperOptions.LineBreak
-
Uses of DumperOptions.LineBreak in org.yaml.snakeyaml
Fields in org.yaml.snakeyaml declared as DumperOptions.LineBreakMethods in org.yaml.snakeyaml that return DumperOptions.LineBreakModifier and TypeMethodDescriptionDumperOptions.getLineBreak()
getterstatic DumperOptions.LineBreak
DumperOptions.LineBreak.getPlatformLineBreak()
Get the line break used by the current Operating Systemstatic DumperOptions.LineBreak
Returns the enum constant of this class with the specified name.static DumperOptions.LineBreak[]
DumperOptions.LineBreak.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.yaml.snakeyaml with parameters of type DumperOptions.LineBreakModifier and TypeMethodDescriptionvoid
DumperOptions.setLineBreak
(DumperOptions.LineBreak lineBreak) Specify the line break to separate the lines.