| Package | Description |
|---|---|
| org.ff4j |
Main class to work with and administrate Features
|
| org.ff4j.core |
Provides core feature classes
|
| org.ff4j.strategy |
Custom strategies to flip (checked if and only if status is enabled and roles granted)
|
| org.ff4j.strategy.el |
Implementation of a expression interpretor with boolean algebra
(e.g (A|B) & ( (E&F|G) | (H&I) ))
|
| Modifier and Type | Method and Description |
|---|---|
FlippingExecutionContext |
FF4j.getCurrentContext()
Initialize flipping execution context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FF4j.check(String featureID,
FlippingExecutionContext executionContext)
Elegant way to ask for flipping.
|
boolean |
FF4j.checkOveridingStrategy(String featureID,
FlippingStrategy strats,
FlippingExecutionContext executionContext)
Overriding strategy on feature.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FlippingStrategy.evaluate(String featureName,
FeatureStore store,
FlippingExecutionContext executionContext)
Tell if flip should be realized.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerFilterStrategy.evaluate(String featureName,
FeatureStore store,
FlippingExecutionContext executionContext)
Tell if flip should be realized.
|
boolean |
ReleaseDateFlipStrategy.evaluate(String featureName,
FeatureStore store,
FlippingExecutionContext executionContext)
Tell if flip should be realized.
|
boolean |
PonderationStrategy.evaluate(String featureName,
FeatureStore currentStore,
FlippingExecutionContext executionContext)
Tell if flip should be realized.
|
boolean |
OfficeHourStrategy.evaluate(String featureName,
FeatureStore store,
FlippingExecutionContext executionContext)
Tell if flip should be realized.
|
boolean |
ClientFilterStrategy.evaluate(String featureName,
FeatureStore store,
FlippingExecutionContext executionContext)
Tell if flip should be realized.
|
boolean |
BlackListStrategy.evaluate(String featureName,
FeatureStore store,
FlippingExecutionContext executionContext)
Tell if flip should be realized.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionFlipStrategy.evaluate(String featureName,
FeatureStore currentStore,
FlippingExecutionContext executionContext)
Tell if flip should be realized.
|
Copyright © 2013–2015 FF4J. All rights reserved.