| Package | Description |
|---|---|
| org.colcon.burocrat.model |
| Class and Description |
|---|
| Arg
These are arguments, or properties, which are the keys
in the map representations of all data
|
| ArgFlag
A property of an argument
|
| ArgObject
A unit of data that can be represented as a map (a set of key-value pairs),
such as an item, a command, or a link
|
| BooleanChoice
An enum for boolean values (this is necessary for the forms)
|
| Cmd
These are definitions of server commands, each with an argument list
and a set of command flags.
|
| CmdFlag
These are properties of command types
|
| CmdOutput
These values are different output codes for
the command line interface.
|
| FieldType
These are types of input fields, which are implemented in the
client code in FieldTypeImpl
|
| 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
|
| ItemTypeFlag
These are properties of item types
|
| ResponseType
These values are different output codes for
the command line interface.
|