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