| Package | Description |
|---|---|
| org.ff4j |
Main class to work with and administrate Features
|
| Modifier and Type | Method and Description |
|---|---|
FF4j |
FF4j.autoCreate(boolean flag)
Enable autocreation of features when not found.
|
FF4j |
FF4j.create(Feature fp)
Create new Feature.
|
FF4j |
FF4j.create(String featureName)
Create new Feature.
|
FF4j |
FF4j.create(String featureName,
boolean enable)
Create new Feature.
|
FF4j |
FF4j.create(String featureName,
boolean enable,
String description)
Create new Feature.
|
FF4j |
FF4j.delete(String fpId)
Delete feature name.
|
FF4j |
FF4j.disable(String featureID)
Disable Feature.
|
FF4j |
FF4j.disableGroup(String groupName)
Disable group.
|
FF4j |
FF4j.enable(String featureID)
Enable Feature.
|
FF4j |
FF4j.enableGroup(String groupName)
Enable group.
|
Copyright © 2013–2015 FF4J. All rights reserved.