Class YamlBuilder
java.lang.Object
net.sourceforge.plantuml.yaml.parser.YamlBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
onKeyAndFlowSequence
(String key, List<String> list) void
onKeyAndValue
(String key, String value) void
onListItemKeyAndFlowSequence
(String key, List<String> values) void
onListItemKeyAndValue
(String key, String value) void
onListItemOnlyKey
(String key) void
onListItemOnlyValue
(String value) void
void
toString()
-
Constructor Details
-
YamlBuilder
public YamlBuilder()
-
-
Method Details
-
increaseIndentation
public void increaseIndentation() -
decreaseIndentation
public void decreaseIndentation() -
getResult
-
onListItemPlainDash
public void onListItemPlainDash() -
onKeyAndValue
-
onKeyAndFlowSequence
-
onOnlyKey
-
toString
-
onListItemOnlyKey
-
onListItemOnlyValue
-
onListItemKeyAndValue
-
onListItemKeyAndFlowSequence
-