public class CommandDef extends AbstractElementDef
| Modifier and Type | Field and Description |
|---|---|
TypeDef |
command |
String |
commandName |
List<String> |
defaultOperands |
String |
description |
List<MethodDef> |
methods |
String |
name |
List<String> |
notes |
Map<String,OperandDef> |
operands |
Map<String,OptionDef> |
options |
PackageDef |
pkg |
String |
synopsis |
| Constructor and Description |
|---|
CommandDef(String commandName,
String className,
String commandPackage,
String name,
String synopsis,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
get, getFieldValue, isEmpty, toMap, toMultiLineString, toStringpublic final String commandName
public final PackageDef pkg
public final String description
public final Map<String,OperandDef> operands
public final List<String> defaultOperands
public String toString()
toString in class AbstractElementDefCopyright © 2017. All Rights Reserved.