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