public class ShiftBoolean extends ShiftValue
AUTHOR, CATEGORY, FEATURE| Constructor and Description |
|---|
ShiftBoolean(java.lang.String category,
java.lang.String feature,
java.lang.String author,
boolean shouldRestartApplicationOnChange,
boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue() |
compareTo, toStringpublic ShiftBoolean(java.lang.String category,
java.lang.String feature,
java.lang.String author,
boolean shouldRestartApplicationOnChange,
boolean defaultValue)
category - ShiftValueEntries with the same category will be grouped into the same sectionfeature - Name of the variable or featureauthor - Name of the person who is responsible for thisshouldRestartApplicationOnChange - If true, the clients application will restart when
this ShiftValue is modified.defaultValue -