Package org.togglz.appengine.activation
Class ApplicationVersionActivationStrategy
java.lang.Object
org.togglz.appengine.activation.ApplicationVersionActivationStrategy
- All Implemented Interfaces:
ActivationStrategy
Activation strategy that allows to activate features only for certain appengine application versions.
- Author:
- Fábio Franco Uechi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()booleanisActive(FeatureState featureState, FeatureUser user)
-
Field Details
-
ID
- See Also:
-
PARAM_VERSIONS
- See Also:
-
-
Constructor Details
-
ApplicationVersionActivationStrategy
public ApplicationVersionActivationStrategy()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceActivationStrategy
-
getName
- Specified by:
getNamein interfaceActivationStrategy
-
isActive
- Specified by:
isActivein interfaceActivationStrategy
-
getParameters
- Specified by:
getParametersin interfaceActivationStrategy
-