public abstract class DefaultFormatBase0<T> extends Object implements 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() |
NPrintStream |
getValidPrintStream() |
NPrintStream |
getValidPrintStream(NPrintStream out) |
boolean |
isNtf() |
T |
setNtf(boolean ntf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, configure, configureFirst, configureLastpublic DefaultFormatBase0(String name)
public NPrintStream getValidPrintStream(NPrintStream out)
public 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 NCmdLineConfigurableargs - argument to configure withthis instancepublic boolean isNtf()
public T setNtf(boolean ntf)
Copyright © 2025 vpc open source initiative. All rights reserved.