| Package | Description |
|---|---|
| org.togglz.core.activation |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractTokenizedActivationStrategy.Token> |
AbstractTokenizedActivationStrategy.tokenize(FeatureState featureState,
String parameterName,
AbstractTokenizedActivationStrategy.TokenTransformer transformer)
Looks up and tokenizes the value of the parameter with the given name on the feature.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AbstractTokenizedActivationStrategy.isActive(FeatureState featureState,
FeatureUser user,
List<AbstractTokenizedActivationStrategy.Token> tokens)
This method is called by
AbstractTokenizedActivationStrategy.isActive(FeatureState, FeatureUser) with the parsed tokens to make the
decision as to whether the feature is active. |
Copyright © 2018. All Rights Reserved.