Uses of Enum
org.yaml.snakeyaml.DumperOptions.LineBreak
Packages that use DumperOptions.LineBreak
-
Uses of DumperOptions.LineBreak in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml that return DumperOptions.LineBreakModifier and TypeMethodDescriptionDumperOptions.getLineBreak()static DumperOptions.LineBreakDumperOptions.LineBreak.getPlatformLineBreak()static DumperOptions.LineBreakReturns 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.LineBreakModifier and TypeMethodDescriptionvoidDumperOptions.setLineBreak(DumperOptions.LineBreak lineBreak) Specify the line break to separate the lines.