public class DefaultNBinaryStreamElementBuilder extends AbstractNElementBuilder implements net.thevpc.nuts.elem.NBinaryStreamElementBuilder
| Constructor and Description |
|---|
DefaultNBinaryStreamElementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addAnnotation(String name,
net.thevpc.nuts.elem.NElement... args) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addAnnotationAt(int index,
net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addComments(net.thevpc.nuts.elem.NElementComments comments) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NBinaryStreamElement |
build() |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
clearAnnotations() |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
clearComments() |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NBinaryStreamElement element) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NBinaryStreamElementBuilder element) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NMapStrategy strategy) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NMapStrategy strategy) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
doWith(Consumer<net.thevpc.nuts.elem.NBinaryStreamElementBuilder> con) |
net.thevpc.nuts.io.NInputStreamProvider |
getValue() |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
removeAnnotationAt(int index) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
removeLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
removeLeadingCommentAt(int index) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
removeTrailingCommentAt(int index) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
setValue(net.thevpc.nuts.io.NInputStreamProvider value) |
net.thevpc.nuts.elem.NElementType |
type() |
net.thevpc.nuts.io.NInputStreamProvider |
value() |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
value(net.thevpc.nuts.io.NInputStreamProvider value) |
annotations, comments, isCustomTree, leadingComments, trailingCommentspublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
removeAnnotation in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderremoveAnnotation in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other)
copyFrom in interface net.thevpc.nuts.elem.NBinaryStreamElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other)
copyFrom in interface net.thevpc.nuts.elem.NBinaryStreamElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NMapStrategy strategy)
copyFrom in interface net.thevpc.nuts.elem.NBinaryStreamElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NMapStrategy strategy)
copyFrom in interface net.thevpc.nuts.elem.NBinaryStreamElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder doWith(Consumer<net.thevpc.nuts.elem.NBinaryStreamElementBuilder> con)
doWith in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderpublic net.thevpc.nuts.io.NInputStreamProvider getValue()
getValue in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderpublic net.thevpc.nuts.io.NInputStreamProvider value()
value in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder setValue(net.thevpc.nuts.io.NInputStreamProvider value)
setValue in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder value(net.thevpc.nuts.io.NInputStreamProvider value)
value in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElement build()
build in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderbuild in interface net.thevpc.nuts.elem.NElementBuilderpublic net.thevpc.nuts.elem.NElementType type()
type in interface net.thevpc.nuts.elem.NElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NBinaryStreamElement element)
copyFrom in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder copyFrom(net.thevpc.nuts.elem.NBinaryStreamElementBuilder element)
copyFrom in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text)
addLeadingComment in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text)
addTrailingComment in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
addLeadingComment in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments)
addLeadingComments in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddLeadingComments in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
addTrailingComment in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments)
addTrailingComments in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddTrailingComments in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder removeTrailingCommentAt(int index)
removeTrailingCommentAt in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderremoveTrailingCommentAt in interface net.thevpc.nuts.elem.NElementBuilderremoveTrailingCommentAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder removeLeadingCommentAt(int index)
removeLeadingCommentAt in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderremoveLeadingCommentAt in interface net.thevpc.nuts.elem.NElementBuilderremoveLeadingCommentAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
removeTrailingComment in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderremoveTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderremoveTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder removeLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
removeLeadingComment in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderremoveLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderremoveLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addComments(net.thevpc.nuts.elem.NElementComments comments)
addComments in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddComments in interface net.thevpc.nuts.elem.NElementBuilderaddComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations)
addAnnotations in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddAnnotations in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addAnnotation(String name, net.thevpc.nuts.elem.NElement... args)
addAnnotation in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotation in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder addAnnotationAt(int index,
net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotationAt in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderaddAnnotationAt in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotationAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder removeAnnotationAt(int index)
removeAnnotationAt in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderremoveAnnotationAt in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotationAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder clearAnnotations()
clearAnnotations in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderclearAnnotations in interface net.thevpc.nuts.elem.NElementBuilderclearAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder clearComments()
clearComments in interface net.thevpc.nuts.elem.NBinaryStreamElementBuilderclearComments in interface net.thevpc.nuts.elem.NElementBuilderclearComments in class AbstractNElementBuilderCopyright © 2025 vpc open source initiative. All rights reserved.