public final class SystemConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SystemConfig.Key |
Modifier and Type | Field and Description |
---|---|
AccountGroup.Id |
adminGroupId
DEPRECATED DO NOT USE
|
AccountGroup.UUID |
adminGroupUUID
DEPRECATED DO NOT USE
|
AccountGroup.Id |
anonymousGroupId
DEPRECATED DO NOT USE
|
AccountGroup.Id |
batchUsersGroupId
DEPRECATED DO NOT USE
|
AccountGroup.UUID |
batchUsersGroupUUID
DEPRECATED DO NOT USE
|
AccountGroup.Id |
ownerGroupId
DEPRECATED DO NOT USE
|
AccountGroup.Id |
registeredGroupId
DEPRECATED DO NOT USE
|
java.lang.String |
registerEmailPrivateKey
DEPRECATED DO NOT USE
|
protected SystemConfig.Key |
singleton |
java.lang.String |
sitePath
Local filesystem location of header/footer/CSS configuration files
|
Project.NameKey |
wildProjectName
DEPRECATED DO NOT USE
|
Modifier | Constructor and Description |
---|---|
protected |
SystemConfig() |
Modifier and Type | Method and Description |
---|---|
static SystemConfig |
create()
Construct a new, unconfigured instance.
|
protected SystemConfig.Key singleton
public transient java.lang.String sitePath
public transient java.lang.String registerEmailPrivateKey
public AccountGroup.Id adminGroupId
public AccountGroup.UUID adminGroupUUID
public AccountGroup.Id anonymousGroupId
public AccountGroup.Id registeredGroupId
public Project.NameKey wildProjectName
public AccountGroup.Id ownerGroupId
public AccountGroup.Id batchUsersGroupId
public AccountGroup.UUID batchUsersGroupUUID
public static SystemConfig create()