public class MutableConfigFactory
extends pl.allegro.tech.hermes.common.config.ConfigFactory
| Constructor and Description |
|---|
MutableConfigFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanProperty(pl.allegro.tech.hermes.common.config.Configs config) |
double |
getDoubleProperty(pl.allegro.tech.hermes.common.config.Configs config) |
int |
getIntProperty(pl.allegro.tech.hermes.common.config.Configs config) |
java.lang.String |
getIntPropertyAsString(pl.allegro.tech.hermes.common.config.Configs config) |
long |
getLongProperty(pl.allegro.tech.hermes.common.config.Configs config) |
java.lang.String |
getStringProperty(pl.allegro.tech.hermes.common.config.Configs config) |
MutableConfigFactory |
overrideProperty(pl.allegro.tech.hermes.common.config.Configs property,
java.lang.Object value) |
public java.lang.String getIntPropertyAsString(pl.allegro.tech.hermes.common.config.Configs config)
getIntPropertyAsString in class pl.allegro.tech.hermes.common.config.ConfigFactorypublic int getIntProperty(pl.allegro.tech.hermes.common.config.Configs config)
getIntProperty in class pl.allegro.tech.hermes.common.config.ConfigFactorypublic long getLongProperty(pl.allegro.tech.hermes.common.config.Configs config)
getLongProperty in class pl.allegro.tech.hermes.common.config.ConfigFactorypublic java.lang.String getStringProperty(pl.allegro.tech.hermes.common.config.Configs config)
getStringProperty in class pl.allegro.tech.hermes.common.config.ConfigFactorypublic double getDoubleProperty(pl.allegro.tech.hermes.common.config.Configs config)
getDoubleProperty in class pl.allegro.tech.hermes.common.config.ConfigFactorypublic boolean getBooleanProperty(pl.allegro.tech.hermes.common.config.Configs config)
getBooleanProperty in class pl.allegro.tech.hermes.common.config.ConfigFactorypublic MutableConfigFactory overrideProperty(pl.allegro.tech.hermes.common.config.Configs property, java.lang.Object value)