public abstract class DefaultFormatBase0<T> extends Object implements net.thevpc.nuts.cmdline.NCmdLineConfigurable
| Constructor and Description |
|---|
DefaultFormatBase0(String name) |
| Modifier and Type | Method and Description |
|---|---|
T |
configure(boolean skipUnsupported,
String... args)
configure the current command with the given arguments.
|
String |
getName() |
net.thevpc.nuts.io.NPrintStream |
getValidPrintStream() |
net.thevpc.nuts.io.NPrintStream |
getValidPrintStream(net.thevpc.nuts.io.NPrintStream out) |
boolean |
isNtf() |
T |
setNtf(boolean ntf) |
public DefaultFormatBase0(String name)
public net.thevpc.nuts.io.NPrintStream getValidPrintStream(net.thevpc.nuts.io.NPrintStream out)
public net.thevpc.nuts.io.NPrintStream getValidPrintStream()
public String getName()
public T 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.NCmdLineConfigurableargs - argument to configure withthis instancepublic boolean isNtf()
public T setNtf(boolean ntf)
Copyright © 2025 vpc open source initiative. All rights reserved.