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