public final class LineWriter extends Object
| Constructor and Description |
|---|
LineWriter(YamlWriter writer)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeAndReplaceTagGenerated(String line)
Write line if it does not start with tag generated.
|
public LineWriter(YamlWriter writer)
writer - Yaml writerpublic void writeAndReplaceTagGenerated(String line) throws IOException
line - Parsed lineIOException - In case of exception during writingCopyright © 2012–2021 jcabi.com. All rights reserved.