public interface ExperimentalFeaturesRegistryService
| Modifier and Type | Method and Description |
|---|---|
ExperimentalFeaturesRegistry |
getFeaturesRegistry()
Retrieves the actual
ExperimentalFeaturesRegistry for the user |
Boolean |
isExperimentalEnabled()
Determines if the experimental framework is enabled or not
|
boolean |
isFeatureEnabled(String featureId)
Determines if a given feature is enabled or not.
|
ExperimentalFeaturesRegistry getFeaturesRegistry()
ExperimentalFeaturesRegistry for the userboolean isFeatureEnabled(String featureId)
featureId - a String containing the identifier of an existing featureBoolean isExperimentalEnabled()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.