| Package | Description |
|---|---|
| org.ff4j |
Main classes to use and administrate Features and Properties.
|
| org.ff4j.audit |
Provides Audit and monitoring related to feature toggle
|
| org.ff4j.audit.chart |
Provides a set of beans to display feature toggle metrics graphically (bar, pie, serie...)
|
| org.ff4j.audit.proxy |
Provides Proxies class for stores, they update audit on each operation.
|
| org.ff4j.audit.repository |
Provides repositories (inmemory, jdbc) to store audit metrics and events.
|
| org.ff4j.cache |
Provides a cache proxy in ordre to limit overhead when reading Feature or Pro^perties in external storages.
|
| org.ff4j.conf |
Provides parsers to initialize the framework with xml definition files.
|
| org.ff4j.core |
Provides core classes and beans (as Feature, FeatureStore) to implement feature toggle.
|
| org.ff4j.exception |
Provides custom unchecked (Runtime) exceptions raised by the framework (e.g FeatureNotFoundException).
|
| org.ff4j.mapper |
Provides interfaces and abstraction to implement mapping from beans to storage technology.
|
| org.ff4j.property |
Provides beans to work with ff4j types Property
|
| org.ff4j.property.multi |
Provides beans to work with ff4j multivalued types :Property
|
| org.ff4j.property.store |
Provides default stores to persist Properties (InMemory and JDBC).
|
| org.ff4j.property.util |
Provides utilities classes for Properties (Factory, Json).
|
| org.ff4j.security |
Provides definitions for security (permissions) in Feature Toggle
|
| org.ff4j.store |
Provides default stores to persist features (InMemory and JDBC).
|
| org.ff4j.strategy |
Provides ad-hoc flipping strategies for business and infrastructure Toggles.
|
| org.ff4j.strategy.el |
Provides a flipping strategy with a expression language analyzer (Boole Algebra).
|
| org.ff4j.strategy.time |
Provides flipping strategies time-oriented (ReleaseDate, OfficeHours..)
|
| org.ff4j.utils |
Provides utilities static classes (File, IO, Time...)
|
| org.ff4j.web |
Provides bean definitions to work with web (API).
|
Copyright © 2013–2017 FF4J. All rights reserved.