public class QuotedScalar extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
firstLineHasContinuation |
YamlScalarTypes |
type |
| Constructor and Description |
|---|
QuotedScalar() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(Line line) |
String |
getOriginalString()
get original string with full indentation for skeleton
|
List<Line> |
getTranslatableStrings()
Create a list of lines that represent TextUnits
and skeleton (e.g., newlines) between them
decode the strings based on the type
|
boolean |
isEmpty() |
void |
setFirstLine(String line)
Set the first quoted line and configure SnakeYaml dump options
WARNING: type variable must already be set.
|
String |
toString() |
public YamlScalarTypes type
public boolean firstLineHasContinuation
public void setFirstLine(String line)
line - public void addLine(Line line)
public boolean isEmpty()
public List<Line> getTranslatableStrings()
public String getOriginalString()
Copyright © 2021. All rights reserved.