public interface FeatureNamed
The entities can for example be classes and resource files, and the feature can be a dynamic feature in an Android app.
Modifier and Type | Method and Description |
---|---|
void |
addExtraFeatureName(java.lang.String featureName)
Adds the feature name to the set of features this entity is part of.
|
java.util.Set<java.lang.String> |
getExtraFeatureNames()
Returns the set of feature names for this entity.
|
java.lang.String |
getFeatureName()
Returns the feature name for this entity.
|
boolean |
isInFeature(java.lang.String featureName)
Returns whether the entity is part of the given feature.
|
void |
setFeatureName(java.lang.String featureName)
Sets the feature name for this entity.
|
java.lang.String getFeatureName()
void setFeatureName(java.lang.String featureName)
featureName
- the feature Name to be set.void addExtraFeatureName(java.lang.String featureName)
featureName
- the feature name to add.java.util.Set<java.lang.String> getExtraFeatureNames()
boolean isInFeature(java.lang.String featureName)
featureName
- the name of the feature to check.