public class NElementLineImpl extends Object implements net.thevpc.nuts.elem.NElementLine
| Constructor and Description |
|---|
NElementLineImpl(net.thevpc.nuts.elem.NElementLine spec,
String startMarker,
String endMarker) |
NElementLineImpl(String prefix,
String startMarker,
String startPadding,
String content,
String endPadding,
String endMarker,
net.thevpc.nuts.text.NNewLineMode newline) |
| Modifier and Type | Method and Description |
|---|---|
static String |
concatContent(List<? extends net.thevpc.nuts.elem.NElementLine> all) |
static String |
concatContent(net.thevpc.nuts.elem.NElementLine... all) |
static String |
concatString(List<? extends net.thevpc.nuts.elem.NElementLine> all) |
static String |
concatString(net.thevpc.nuts.elem.NElementLine... all) |
String |
content() |
String |
endMarker() |
String |
endPadding() |
boolean |
equals(Object o) |
int |
hashCode() |
net.thevpc.nuts.text.NNewLineMode |
newline() |
String |
prefix() |
String |
startMarker() |
String |
startPadding() |
String |
toString() |
net.thevpc.nuts.elem.NElementLine |
withNewline(net.thevpc.nuts.text.NNewLineMode nl) |
public NElementLineImpl(net.thevpc.nuts.elem.NElementLine spec,
String startMarker,
String endMarker)
public String prefix()
prefix in interface net.thevpc.nuts.elem.NElementLinepublic String startMarker()
startMarker in interface net.thevpc.nuts.elem.NElementLinepublic String endMarker()
endMarker in interface net.thevpc.nuts.elem.NElementLinepublic String startPadding()
startPadding in interface net.thevpc.nuts.elem.NElementLinepublic String endPadding()
endPadding in interface net.thevpc.nuts.elem.NElementLinepublic String content()
content in interface net.thevpc.nuts.elem.NElementLinepublic net.thevpc.nuts.text.NNewLineMode newline()
newline in interface net.thevpc.nuts.elem.NElementLinepublic net.thevpc.nuts.elem.NElementLine withNewline(net.thevpc.nuts.text.NNewLineMode nl)
withNewline in interface net.thevpc.nuts.elem.NElementLinepublic static String concatString(List<? extends net.thevpc.nuts.elem.NElementLine> all)
public static String concatString(net.thevpc.nuts.elem.NElementLine... all)
public static String concatContent(List<? extends net.thevpc.nuts.elem.NElementLine> all)
public static String concatContent(net.thevpc.nuts.elem.NElementLine... all)
Copyright © 2026 vpc open source initiative. All rights reserved.