public interface AttributeChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSingleSettingEnabled(FeatureGroup featureGroup) |
boolean |
isSingleSettingForApp(FeatureGroup featureGroup,
java.lang.String app) |
boolean |
isSingleSettingInGroup(FeatureGroup featureGroup,
java.lang.String group) |
boolean isSingleSettingEnabled(@NotNull
FeatureGroup featureGroup)
featureGroup - The feature Group record to testboolean isSingleSettingInGroup(@NotNull
FeatureGroup featureGroup,
java.lang.String group)
featureGroup - The feature Group record to testgroup - The group to test forboolean isSingleSettingForApp(@NotNull
FeatureGroup featureGroup,
@NotNull
java.lang.String app)
featureGroup - The feature Group record to testapp - The name of the application to test for