Uses of Class
org.togglz.core.activation.AbstractTokenizedActivationStrategy.Token
-
Packages that use AbstractTokenizedActivationStrategy.Token Package Description org.togglz.core.activation -
-
Uses of AbstractTokenizedActivationStrategy.Token in org.togglz.core.activation
Methods in org.togglz.core.activation that return types with arguments of type AbstractTokenizedActivationStrategy.Token Modifier and Type Method 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.Method parameters in org.togglz.core.activation with type arguments of type AbstractTokenizedActivationStrategy.Token Modifier and Type Method Description protected abstract booleanAbstractTokenizedActivationStrategy. isActive(FeatureState featureState, FeatureUser user, List<AbstractTokenizedActivationStrategy.Token> tokens)This method is called byAbstractTokenizedActivationStrategy.isActive(FeatureState, FeatureUser)with the parsedtokensto make the decision as to whether the feature is active.
-