| Constructor and Description |
|---|
FeaturesImpl()
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear features configuration and configure to defaults.
|
void |
disable(Manager.Feature... toDisable)
Disable features.
|
void |
enable(Manager.Feature... toEnable)
Enable features.
|
boolean |
isEnabled(Manager.Feature feature)
Is feature enabled.
|
public void enable(Manager.Feature... toEnable)
Featuresenable in interface FeaturestoEnable - Manager.Feature arraypublic void disable(Manager.Feature... toDisable)
Featuresdisable in interface FeaturestoDisable - Manager.Feature arraypublic boolean isEnabled(Manager.Feature feature)
FeaturesisEnabled in interface Featuresfeature - Manager.Featuretrue if enabled or falseCopyright © 2013–2019 BB Corp. All rights reserved.