Package | Description |
---|---|
org.colcon.burocrat.api.server | |
org.colcon.burocrat.api.utils | |
org.colcon.burocrat.server |
Modifier and Type | Method and Description |
---|---|
ICmdImpl |
IServer.getCmdImpl(java.lang.String name) |
ICmdImpl[] |
IServer.getCmdImpls() |
Modifier and Type | Method and Description |
---|---|
static ICmdImpl[] |
ArrayUtil.append(ICmdImpl[] array0,
ICmdImpl[] array1) |
Modifier and Type | Method and Description |
---|---|
static ICmdImpl[] |
ArrayUtil.append(ICmdImpl[] array0,
ICmdImpl[] array1) |
static ICmdImpl[] |
ArrayUtil.append(ICmdImpl[] array0,
ICmdImpl[] array1) |
Modifier and Type | Class and Description |
---|---|
class |
CmdImpl
These are the server-side implementations of the command types with the same names,
each with validate and execute methods
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,ICmdImpl> |
Server.cmdImpls |
Modifier and Type | Method and Description |
---|---|
ICmdImpl |
Server.getCmdImpl(java.lang.String name) |
ICmdImpl[] |
Server.getCmdImpls() |
static ICmdImpl[] |
CmdImpl.getValues() |
Constructor and Description |
---|
Server(IArgImpl[] argImplsArray,
ICmdImpl[] cmdImplsArray,
IItemTypeImpl[] itemTypeImplsArray,
IDatabase database,
IAuthenticator authenticator,
IEncryptor encryptor,
IEmailer emailer,
INotifier notifier) |