T - Typepublic abstract class NWorkspaceCmdBase<T extends NWorkspaceCmd> extends Object implements NWorkspaceCmd
| Constructor and Description |
|---|
NWorkspaceCmdBase(String commandName) |
| Modifier and Type | Method and Description |
|---|---|
protected NLog |
_LOG() |
T |
configure(boolean skipUnsupported,
String... args)
configure the current command with the given arguments.
|
boolean |
configureFirst(NCmdLine cmdLine) |
protected T |
copyFromWorkspaceCommandBase(NWorkspaceCmdBase other) |
String |
getCommandName() |
protected void |
invalidateResult() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunconfigure, configure, configureLastpublic NWorkspaceCmdBase(String commandName)
protected NLog _LOG()
public String getCommandName()
protected T copyFromWorkspaceCommandBase(NWorkspaceCmdBase other)
protected void invalidateResult()
public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurablepublic T configure(boolean skipUnsupported, String... args)
NCmdLineConfigurable.configure(boolean, java.lang.String...)
to help return a more specific return type;configure in interface NCmdLineConfigurableconfigure in interface NWorkspaceCmdargs - argument to configure withthis instanceCopyright © 2026 vpc open source initiative. All rights reserved.