|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlacklistManager
Manages BlacklistedFeatures.
| Method Summary | |
|---|---|
void |
disableAllFeatures()
Disables all blacklisted features. |
void |
disableFeature(String featureName)
Disables a specific blacklisted feature. |
void |
enableAllFeatures()
Enables all blacklisted features. |
void |
enableFeature(String featureName)
Enables a specific blacklisted feature. |
| Method Detail |
|---|
void disableAllFeatures()
void enableAllFeatures()
void disableFeature(String featureName)
featureName - the name for a feature, usually the classes simple name.void enableFeature(String featureName)
featureName - the name for a feature, usually the classes simple name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||