@ConfigurationProperties(prefix="togglz",
ignoreUnknownFields=true)
public class TogglzProperties
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TogglzProperties.Cache |
static class |
TogglzProperties.Console |
static class |
TogglzProperties.Endpoint |
| Constructor and Description |
|---|
TogglzProperties() |
| Modifier and Type | Method and Description |
|---|---|
TogglzProperties.Cache |
getCache() |
TogglzProperties.Console |
getConsole() |
TogglzProperties.Endpoint |
getEndpoint() |
Class<? extends Feature>[] |
getFeatureEnums() |
String |
getFeatureManagerName() |
Map<String,String> |
getFeatures() |
String |
getFeaturesFile() |
Integer |
getFeaturesFileMinCheckInterval() |
boolean |
isEnabled() |
void |
setCache(TogglzProperties.Cache cache) |
void |
setConsole(TogglzProperties.Console console) |
void |
setEnabled(boolean enabled) |
void |
setEndpoint(TogglzProperties.Endpoint endpoint) |
void |
setFeatureEnums(Class<? extends Feature>[] featureEnums) |
void |
setFeatureManagerName(String featureManagerName) |
void |
setFeatures(Map<String,String> features) |
void |
setFeaturesFile(String featuresFile) |
void |
setFeaturesFileMinCheckInterval(Integer featuresFileMinCheckInterval) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getFeatureManagerName()
public void setFeatureManagerName(String featureManagerName)
public String getFeaturesFile()
public void setFeaturesFile(String featuresFile)
public Integer getFeaturesFileMinCheckInterval()
public void setFeaturesFileMinCheckInterval(Integer featuresFileMinCheckInterval)
public TogglzProperties.Cache getCache()
public void setCache(TogglzProperties.Cache cache)
public TogglzProperties.Console getConsole()
public void setConsole(TogglzProperties.Console console)
public TogglzProperties.Endpoint getEndpoint()
public void setEndpoint(TogglzProperties.Endpoint endpoint)
Copyright © 2016. All Rights Reserved.