public abstract class AbstractNExecutableInformationExt extends Object implements NExecutableInformationExt
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected net.thevpc.nuts.command.NExecutableType |
type |
protected String |
value |
| Constructor and Description |
|---|
AbstractNExecutableInformationExt(String name,
net.thevpc.nuts.command.NExecutableType type,
net.thevpc.nuts.command.NExec execCommand) |
AbstractNExecutableInformationExt(String name,
String value,
net.thevpc.nuts.command.NExecutableType type,
net.thevpc.nuts.command.NExec execCommand) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
description() |
net.thevpc.nuts.command.NExec |
getExecCommand() |
net.thevpc.nuts.text.NText |
helpText() |
protected net.thevpc.nuts.log.NLog |
LOG() |
String |
name() |
net.thevpc.nuts.command.NExecutableType |
type() |
String |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected net.thevpc.nuts.command.NExecutableType type
protected String name
protected String value
public AbstractNExecutableInformationExt(String name, net.thevpc.nuts.command.NExecutableType type, net.thevpc.nuts.command.NExec execCommand)
protected net.thevpc.nuts.log.NLog LOG()
public net.thevpc.nuts.command.NExec getExecCommand()
public String value()
value in interface net.thevpc.nuts.command.NExecutableInformationpublic String name()
name in interface net.thevpc.nuts.command.NExecutableInformationpublic net.thevpc.nuts.command.NExecutableType type()
type in interface net.thevpc.nuts.command.NExecutableInformationpublic String description()
description in interface net.thevpc.nuts.command.NExecutableInformationpublic net.thevpc.nuts.text.NText helpText()
helpText in interface net.thevpc.nuts.command.NExecutableInformationpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface net.thevpc.nuts.command.NExecutableInformationCopyright © 2026 vpc open source initiative. All rights reserved.