public final class Experiments
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<ExperimentalFeature> |
EP_NAME |
Constructor and Description |
---|
Experiments() |
Modifier and Type | Method and Description |
---|---|
static Experiments |
getInstance() |
boolean |
isChanged(java.lang.String featureId) |
boolean |
isFeatureEnabled(java.lang.String featureId) |
void |
setFeatureEnabled(java.lang.String featureId,
boolean enabled) |
public static final ExtensionPointName<ExperimentalFeature> EP_NAME
public static Experiments getInstance()
public boolean isFeatureEnabled(java.lang.String featureId)
public void setFeatureEnabled(java.lang.String featureId, boolean enabled)
public boolean isChanged(java.lang.String featureId)