Package | Description |
---|---|
org.colcon.burocrat.api.model | |
org.colcon.burocrat.model |
Modifier and Type | Method and Description |
---|---|
IFlag[] |
IFlagObject.flags() |
Modifier and Type | Method and Description |
---|---|
boolean |
IFlagObject.hasFlag(IFlag flag) |
Modifier and Type | Class and Description |
---|---|
class |
ArgFlag
A property of an argument
|
class |
CmdFlag
These are properties of command types
|
class |
ItemTypeFlag
These are properties of item types
|
Modifier and Type | Method and Description |
---|---|
IFlag[] |
Arg.flags() |
IFlag[] |
ItemType.flags() |
IFlag[] |
Cmd.flags() |
Modifier and Type | Method and Description |
---|---|
boolean |
Arg.hasFlag(IFlag flag) |
boolean |
ItemType.hasFlag(IFlag flag) |
boolean |
Cmd.hasFlag(IFlag flag) |