public abstract class DefaultSearchFormatBase extends Object implements net.thevpc.nuts.format.NIterableFormat
| Constructor and Description |
|---|
DefaultSearchFormatBase(net.thevpc.nuts.io.NPrintStream writer,
net.thevpc.nuts.format.NContentType format,
NFetchDisplayOptions options) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.format.NIterableFormat |
configure(boolean skipUnsupported,
String... args)
configure the current command with the given arguments.
|
NFetchDisplayOptions |
getDisplayOptions() |
net.thevpc.nuts.format.NContentType |
getOutputFormat() |
net.thevpc.nuts.io.NPrintStream |
getWriter() |
public DefaultSearchFormatBase(net.thevpc.nuts.io.NPrintStream writer,
net.thevpc.nuts.format.NContentType format,
NFetchDisplayOptions options)
public net.thevpc.nuts.format.NContentType getOutputFormat()
getOutputFormat in interface net.thevpc.nuts.format.NIterableFormatpublic NFetchDisplayOptions getDisplayOptions()
public net.thevpc.nuts.format.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.format.NIterableFormatargs - argument to configure withthis instancepublic net.thevpc.nuts.io.NPrintStream getWriter()
Copyright © 2025 vpc open source initiative. All rights reserved.