public abstract class AbstractNutsExecutableCommand extends Object implements NutsExecutableInformationExt
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected NutsExecutableType |
type |
protected String |
value |
| Constructor and Description |
|---|
AbstractNutsExecutableCommand(String name,
NutsExecutableType type) |
AbstractNutsExecutableCommand(String name,
String value,
NutsExecutableType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getHelpText() |
String |
getName() |
NutsExecutableType |
getType() |
String |
getValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdryExecute, executegetIdprotected NutsExecutableType type
protected String name
protected String value
public AbstractNutsExecutableCommand(String name, NutsExecutableType type)
public AbstractNutsExecutableCommand(String name, String value, NutsExecutableType type)
public String getValue()
getValue in interface NutsExecutableInformationpublic String getName()
getName in interface NutsExecutableInformationpublic NutsExecutableType getType()
getType in interface NutsExecutableInformationpublic String getDescription()
getDescription in interface NutsExecutableInformationpublic String getHelpText()
getHelpText in interface NutsExecutableInformationCopyright © 2021 vpc open source initiative. All rights reserved.