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