Interface FeatureAPI
-
- All Superinterfaces:
net.anotheria.anoplass.api.API
- All Known Implementing Classes:
FeatureAPIImpl
public interface FeatureAPI extends net.anotheria.anoplass.api.APIFeatureAPI for working with features.- Since:
- 12.07.14 20:40
- Author:
- lrosenberg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFeatureActive(String name)Checks if feature with specified name is active.
-
-
-
Method Detail
-
isFeatureActive
boolean isFeatureActive(String name) throws net.anotheria.anoplass.api.APIException
Checks if feature with specified name is active.- Parameters:
name- name of feature- Returns:
trueif feature is active,false- otherwise- Throws:
net.anotheria.anoplass.api.APIException- if any errors occurs
-
-