public abstract class DefaultSearchFormatBase extends Object implements net.thevpc.nuts.text.NIterableFormat
| Constructor and Description |
|---|
DefaultSearchFormatBase(net.thevpc.nuts.io.NPrintStream writer,
net.thevpc.nuts.text.NContentType format,
NFetchDisplayOptions options) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.text.NIterableFormat |
configure(boolean skipUnsupported,
String... args)
configure the current command with the given arguments.
|
NFetchDisplayOptions |
getDisplayOptions() |
net.thevpc.nuts.io.NPrintStream |
getWriter() |
net.thevpc.nuts.text.NContentType |
outputFormat() |
public DefaultSearchFormatBase(net.thevpc.nuts.io.NPrintStream writer,
net.thevpc.nuts.text.NContentType format,
NFetchDisplayOptions options)
public net.thevpc.nuts.text.NContentType outputFormat()
outputFormat in interface net.thevpc.nuts.text.NIterableFormatpublic NFetchDisplayOptions getDisplayOptions()
public net.thevpc.nuts.text.NIterableFormat configure(boolean skipUnsupported,
String... args)
NCmdLineConfigurable.configure(boolean, java.lang.String...)
to help return a more specific return type;configure in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigure in interface net.thevpc.nuts.text.NIterableFormatargs - argument to configure withthis instancepublic net.thevpc.nuts.io.NPrintStream getWriter()
Copyright © 2026 vpc open source initiative. All rights reserved.