| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
BlackListStrategy
BLOCK acces for defined list of Clients.
|
class |
ClientFilterStrategy
This strategy will check hostName and flipped only if it's contained in expected list.
|
class |
DarkLaunchStrategy
Implement dark launch through dedicated weight ration.
|
class |
OfficeHourStrategy
Implemenetation of an office hour strategy.
|
class |
PonderationStrategy
This strategy will flip feature as soon as the release date is reached.
|
class |
ReleaseDateFlipStrategy
The feature will be flipped after release date is reached.
|
class |
ServerFilterStrategy
This strategy will check hostName and flipped only if it's contained in expected list.
|
class |
WhiteListStrategy
OPEN ACCES to listed client hostname.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionFlipStrategy
Allow to parse target expression.
|
Copyright © 2013–2015 FF4J. All rights reserved.