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 |
description() |
NExec |
getExecCommand() |
NText |
helpText() |
protected NLog |
LOG() |
String |
name() |
NExecutableType |
type() |
String |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteidprotected 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 value()
value in interface NExecutableInformationpublic String name()
name in interface NExecutableInformationpublic NExecutableType type()
type in interface NExecutableInformationpublic String description()
description in interface NExecutableInformationpublic NText helpText()
helpText in interface NExecutableInformationpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface NExecutableInformationCopyright © 2026 vpc open source initiative. All rights reserved.