public final class FeatureConfigProvider extends Object
Constructor and Description |
---|
FeatureConfigProvider() |
Modifier and Type | Method and Description |
---|---|
static FeatureConfig |
get()
Get config.
|
static void |
setFeatureConfig(FeatureConfig featureConfig)
Set config.
|
public static void setFeatureConfig(FeatureConfig featureConfig)
featureConfig
- Config to exposeIllegalStateException
- on repeated invocationpublic static FeatureConfig get()
IllegalStateException
- when no config was previously set by method
setFeatureConfig(com.chemaxon.overlap.wui.context.features.FeatureConfig)