public class StaticFeatureManagerProvider extends Object implements FeatureManagerProvider
FeatureManagerProvider for Java SE applications. To use it, create a FeatureManager using
the FeatureManagerBuilder and register it using setFeatureManager(FeatureManager).Weighted.WeightedComparator| Constructor and Description |
|---|
StaticFeatureManagerProvider() |
| Modifier and Type | Method and Description |
|---|---|
FeatureManager |
getFeatureManager() |
int |
priority()
Low priorities are processed first.
|
static void |
setFeatureManager(FeatureManager featureManager)
Sets the
FeatureManager that the provider should return for calls to getFeatureManager(). |
public int priority()
Weightedpublic FeatureManager getFeatureManager()
getFeatureManager in interface FeatureManagerProviderpublic static void setFeatureManager(FeatureManager featureManager)
FeatureManager that the provider should return for calls to getFeatureManager().Copyright © 2018. All Rights Reserved.