Package | Description |
---|---|
org.colcon.burocrat.api.server | |
org.colcon.burocrat.api.utils | |
org.colcon.burocrat.server |
Modifier and Type | Method and Description |
---|---|
IArgImpl |
IServer.getArgImpl(java.lang.String name) |
IArgImpl[] |
IServer.getArgImpls() |
Modifier and Type | Method and Description |
---|---|
static IArgImpl[] |
ArrayUtil.append(IArgImpl[] array0,
IArgImpl[] array1) |
Modifier and Type | Method and Description |
---|---|
static IArgImpl[] |
ArrayUtil.append(IArgImpl[] array0,
IArgImpl[] array1) |
static IArgImpl[] |
ArrayUtil.append(IArgImpl[] array0,
IArgImpl[] array1) |
Modifier and Type | Class and Description |
---|---|
class |
ArgImpl
These are argument implementations, allowing server-side code to be
associated with a specific argument
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,IArgImpl> |
Server.argImpls |
Modifier and Type | Method and Description |
---|---|
IArgImpl |
Server.getArgImpl(java.lang.String name) |
IArgImpl[] |
Server.getArgImpls() |
static IArgImpl[] |
ArgImpl.getValues() |
Constructor and Description |
---|
Server(IArgImpl[] argImplsArray,
ICmdImpl[] cmdImplsArray,
IItemTypeImpl[] itemTypeImplsArray,
IDatabase database,
IAuthenticator authenticator,
IEncryptor encryptor,
IEmailer emailer,
INotifier notifier) |