| Package | Description |
|---|---|
| org.appops.configuration.slimimpl | |
| org.appops.core.constant |
| Modifier and Type | Method and Description |
|---|---|
ConfigType |
SlimImplIdentifier.getConfigType() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Table<java.lang.String,ConfigType,SlimImplStructure> |
SlimImplConfigTable.getConfigTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
SlimImplConfigTable.addConfiguration(java.lang.String serviceName,
ConfigType configType,
java.lang.String canonicalName,
java.lang.String configuration)
Adds configuration for a class of specific service.
|
void |
SlimImplConfigTable.addModuleConfig(java.lang.String serviceName,
ConfigType type,
java.util.Set<java.lang.Class<? extends com.google.inject.Module>> modules)
Add module configurations of the service.
|
SlimImplStructure |
SlimImplConfigTable.getConfigurationTable(java.lang.String serviceName,
ConfigType type)
Fetches configuration for given service name.
|
void |
SlimImplIdentifier.setConfigType(ConfigType configType) |
| Constructor and Description |
|---|
SlimImplIdentifier(ConfigType configType,
java.lang.String serviveName) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigType |
ConfigType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigType[] |
ConfigType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.