public class AttributeCheckerImpl extends java.lang.Object implements AttributeChecker
| Constructor and Description |
|---|
AttributeCheckerImpl() |
| 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) |
public boolean isSingleSettingEnabled(@NotNull
FeatureGroup featureGroup)
isSingleSettingEnabled in interface AttributeCheckerfeatureGroup - The feature Group record to testpublic boolean isSingleSettingForApp(@NotNull
FeatureGroup featureGroup,
@NotNull
java.lang.String app)
isSingleSettingForApp in interface AttributeCheckerfeatureGroup - The feature Group record to testapp - The name of the application to test forpublic boolean isSingleSettingInGroup(@NotNull
FeatureGroup featureGroup,
java.lang.String group)
isSingleSettingInGroup in interface AttributeCheckerfeatureGroup - The feature Group record to testgroup - The group to test for