|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.FeatureSet<T>
T
- public class FeatureSet<T>
A feature set groups a set of features (Feature
Constructor Summary | |
---|---|
FeatureSet(java.lang.String featureSetName)
|
Method Summary | |
---|---|
java.lang.String |
featureSetName()
Name for logical grouping of features |
boolean |
isEnabled(java.lang.String featureName,
T t)
Use information from T and the implementation of the Feature to calculate whether the feature is enabled. |
void |
makeFeatureSet(FeatureConfig<T> configAdaptor)
The config adaptor provides a set of feature names it can configure, and provides the API to configure them. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureSet(java.lang.String featureSetName)
Method Detail |
---|
public void makeFeatureSet(FeatureConfig<T> configAdaptor)
configAdaptor
- public boolean isEnabled(java.lang.String featureName, T t)
featureName
-
public java.lang.String featureSetName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |