Package | Description |
---|---|
org.colcon.burocrat.api.model | |
org.colcon.burocrat.client | |
org.colcon.burocrat.model |
Modifier and Type | Method and Description |
---|---|
IArgList |
IArgList.append(IArgList argList) |
IArgList |
ICmd.argList() |
IArgList |
IItemType.args() |
IArgList |
IItemType.getAllArgs() |
IArgList |
IArgDependency.getArgList(java.util.Map<IArg,java.lang.String> input) |
IArgList |
IArg.subArgs() |
Modifier and Type | Method and Description |
---|---|
IArgList |
IArgList.append(IArgList argList) |
Modifier and Type | Method and Description |
---|---|
IArgList |
BurocratForm.getArgs() |
Constructor and Description |
---|
BurocratForm(IClient client,
IArg arg,
IArgList argList) |
BurocratForm(IClient client,
IArgList argList) |
Modifier and Type | Class and Description |
---|---|
class |
ArgList
A set of arguments, each of which is either optional or required,
which can also have additional form logic (ArgDependency, ValueDependency)
|
Modifier and Type | Method and Description |
---|---|
IArgList |
ArgList.append(IArgList argList) |
IArgList |
Cmd.argList() |
IArgList |
ItemType.args() |
IArgList |
ItemType.getAllArgs() |
IArgList |
ArgDependency.getArgList(java.util.Map<IArg,java.lang.String> input) |
IArgList |
Arg.subArgs() |
IArgList |
Arg.subArgs(java.util.Map<IArg,java.lang.String> input) |
Modifier and Type | Method and Description |
---|---|
IArgList |
ArgList.append(IArgList argList) |