public class ConfigServiceImpl extends Object implements ConfigService, ConfigListener
| Modifier and Type | Method and Description |
|---|---|
static ConfigServiceImpl |
create(ConfigService configService,
List<PluginDescriptor> pluginDescriptors,
String pluginId) |
BooleanProperty |
getBooleanProperty(String name) |
DoubleProperty |
getDoubleProperty(String name) |
ListProperty |
getListProperty(String name) |
StringProperty |
getStringProperty(String name) |
void |
onChange() |
void |
registerConfigListener(ConfigListener listener) |
public static ConfigServiceImpl create(ConfigService configService, List<PluginDescriptor> pluginDescriptors, String pluginId)
public BooleanProperty getBooleanProperty(String name)
getBooleanProperty in interface ConfigServicepublic DoubleProperty getDoubleProperty(String name)
getDoubleProperty in interface ConfigServicepublic ListProperty getListProperty(String name)
getListProperty in interface ConfigServicepublic StringProperty getStringProperty(String name)
getStringProperty in interface ConfigServicepublic void onChange()
onChange in interface ConfigListenerpublic void registerConfigListener(ConfigListener listener)
registerConfigListener in interface ConfigServiceCopyright © 2011–2020 Glowroot contributors. All rights reserved.