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