public abstract class NObjectWriterAdapter extends Object implements net.thevpc.nuts.text.NObjectWriter
| Modifier and Type | Field and Description |
|---|---|
protected List<String[]> |
confCmds |
protected boolean |
ntf |
| Constructor and Description |
|---|
NObjectWriterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(boolean skipUnsupported,
net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.text.NObjectWriter |
configure(boolean skipUnsupported,
String... args) |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
void |
configureLast(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.text.NText |
format(Object aValue) |
String |
formatPlain(Object aValue) |
abstract net.thevpc.nuts.text.NFormatAndValue<Object,net.thevpc.nuts.text.NObjectWriter> |
getBase(Object aValue) |
net.thevpc.nuts.text.NFormatAndValue<Object,net.thevpc.nuts.text.NObjectWriter> |
getConfBase(Object aValue) |
boolean |
isNtf() |
net.thevpc.nuts.text.NObjectWriter |
ntf(boolean ntf) |
void |
print(Object aValue) |
void |
print(Object aValue,
File out) |
void |
print(Object aValue,
net.thevpc.nuts.io.NPath out) |
void |
print(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
void |
print(Object aValue,
net.thevpc.nuts.io.NTerminal terminal) |
void |
print(Object aValue,
OutputStream out) |
void |
print(Object aValue,
Path out) |
void |
print(Object aValue,
Writer out) |
void |
println(Object aValue) |
void |
println(Object aValue,
File file) |
void |
println(Object aValue,
net.thevpc.nuts.io.NPath out) |
void |
println(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
void |
println(Object aValue,
net.thevpc.nuts.io.NTerminal terminal) |
void |
println(Object aValue,
OutputStream out) |
void |
println(Object aValue,
Path path) |
void |
println(Object aValue,
Writer w) |
void |
write(Object aValue) |
void |
write(Object aValue,
File out) |
void |
write(Object aValue,
net.thevpc.nuts.io.NPath out) |
void |
write(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
void |
write(Object aValue,
net.thevpc.nuts.io.NTerminal out) |
void |
write(Object aValue,
OutputStream out) |
void |
write(Object aValue,
Path out) |
void |
write(Object aValue,
Writer out) |
void |
writeln(Object aValue) |
void |
writeln(Object aValue,
File out) |
void |
writeln(Object aValue,
net.thevpc.nuts.io.NPath out) |
void |
writeln(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
void |
writeln(Object aValue,
net.thevpc.nuts.io.NTerminal out) |
void |
writeln(Object aValue,
OutputStream out) |
void |
writeln(Object aValue,
Path out) |
void |
writeln(Object aValue,
Writer out) |
public abstract net.thevpc.nuts.text.NFormatAndValue<Object,net.thevpc.nuts.text.NObjectWriter> getBase(Object aValue)
public net.thevpc.nuts.text.NFormatAndValue<Object,net.thevpc.nuts.text.NObjectWriter> getConfBase(Object aValue)
public String formatPlain(Object aValue)
formatPlain in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, OutputStream out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, net.thevpc.nuts.io.NPath out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, OutputStream out)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, net.thevpc.nuts.io.NPath out)
println in interface net.thevpc.nuts.text.NObjectWriterpublic boolean isNtf()
isNtf in interface net.thevpc.nuts.text.NObjectWriterpublic net.thevpc.nuts.text.NObjectWriter ntf(boolean ntf)
ntf in interface net.thevpc.nuts.text.NObjectWriterpublic net.thevpc.nuts.text.NText format(Object aValue)
format in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, net.thevpc.nuts.io.NPrintStream out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, Writer out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, Path out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, File out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, net.thevpc.nuts.io.NTerminal terminal)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, Writer w)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, net.thevpc.nuts.io.NPrintStream out)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, Path path)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, net.thevpc.nuts.io.NTerminal terminal)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, File file)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, net.thevpc.nuts.io.NPrintStream out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, Writer out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, OutputStream out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, Path out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, net.thevpc.nuts.io.NPath out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, File out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, net.thevpc.nuts.io.NTerminal out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, Writer out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, net.thevpc.nuts.io.NPrintStream out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, OutputStream out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, Path out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, net.thevpc.nuts.io.NPath out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, net.thevpc.nuts.io.NTerminal out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, File out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurablepublic boolean configure(boolean skipUnsupported,
net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configure in interface net.thevpc.nuts.cmdline.NCmdLineConfigurablepublic net.thevpc.nuts.text.NObjectWriter configure(boolean skipUnsupported,
String... args)
configure in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigure in interface net.thevpc.nuts.text.NObjectWriterpublic void configureLast(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureLast in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableCopyright © 2026 vpc open source initiative. All rights reserved.