| Package | Description |
|---|---|
| org.ff4j |
Main class to work with and administrate Features
|
| org.ff4j.property.store |
Provide stores to persist properties (default is in InMemory)
|
| Modifier and Type | Method and Description |
|---|---|
PropertyStore |
FF4j.getPropertiesStore()
Getter accessor for attribute 'pStore'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FF4j.setPropertiesStore(PropertyStore pStore)
Setter accessor for attribute 'pStore'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyStore
Superclass for any property store.
|
class |
InMemoryPropertyStore
Implementation of
PropertyStore to keep properties in memory. |
class |
JdbcPropertyStore
Access information related to properties within database.
|
Copyright © 2013–2015 FF4J. All rights reserved.