|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.config.PropertyWrapper<java.lang.Boolean>
com.netflix.config.DynamicBooleanProperty
public class DynamicBooleanProperty
A dynamic property that contains boolean value.
Use APIs in DynamicPropertyFactory to create instance of this class.
| Field Summary |
|---|
| Fields inherited from class com.netflix.config.PropertyWrapper |
|---|
defaultValue, prop |
| Constructor Summary | |
|---|---|
DynamicBooleanProperty(java.lang.String propName,
boolean defaultValue)
|
|
| Method Summary | |
|---|---|
boolean |
get()
Get the current value from the underlying DynamicProperty |
java.lang.Boolean |
getValue()
Get current typed value of the property. |
| Methods inherited from class com.netflix.config.PropertyWrapper |
|---|
addCallback, addValidator, getChangedTimestamp, getDefaultValue, getDynamicProperty, getName, propertyChanged, propertyChanged, registerSubClassWithNoCallback, removeAllCallbacks, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicBooleanProperty(java.lang.String propName,
boolean defaultValue)
| Method Detail |
|---|
public boolean get()
public java.lang.Boolean getValue()
PropertyWrapper
getValue in interface Property<java.lang.Boolean>getValue in class PropertyWrapper<java.lang.Boolean>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||