| Package | Description |
|---|---|
| org.colcon.burocrat.api.model | |
| org.colcon.burocrat.api.utils | |
| org.colcon.burocrat.model | |
| org.colcon.burocrat.server |
| Modifier and Type | Method and Description |
|---|---|
ICmd |
ICommand.getCmd() |
ICmd |
IModel.getCmd(java.lang.String name) |
ICmd[] |
IModel.getCmds() |
| Modifier and Type | Method and Description |
|---|---|
static ICmd[] |
ArrayUtil.append(ICmd[] array0,
ICmd[] array1) |
| Modifier and Type | Method and Description |
|---|---|
static ICmd[] |
ArrayUtil.append(ICmd[] array0,
ICmd[] array1) |
static ICmd[] |
ArrayUtil.append(ICmd[] array0,
ICmd[] array1) |
| Modifier and Type | Class and Description |
|---|---|
class |
Cmd
These are definitions of server commands, each with an argument list
and a set of command flags.
|
| Modifier and Type | Method and Description |
|---|---|
ICmd |
Command.getCmd() |
ICmd |
Model.getCmd(java.lang.String name) |
ICmd[] |
Model.getCmds() |
static ICmd[] |
Cmd.getValues() |
| Constructor and Description |
|---|
Model(IArg[] argsArray,
ICmd[] cmdsArray,
IItemType[] itemTypesArray,
IParser parser,
IItem[] initItems) |
| Modifier and Type | Method and Description |
|---|---|
ICmd |
CmdImpl.getCmd() |