Package | Description |
---|---|
org.colcon.burocrat.api.model | |
org.colcon.burocrat.model |
Modifier and Type | Interface and Description |
---|---|
interface |
IArg |
interface |
ICmd |
interface |
IItemType |
Modifier and Type | Class and Description |
---|---|
class |
Arg
These are arguments, or properties, which are the keys
in the map representations of all data
|
class |
Cmd
These are definitions of server commands, each with an argument list
and a set of command flags.
|
class |
ItemType
These are definitions of item types, each with an argument list,
a set of item types for subcontainers, a set of item type flags,
and an init(IItem) method that gets called whenever an item of
this type is posted to the server
|