public class TogglzFeature extends Object implements Comparable<TogglzFeature>
| Constructor and Description |
|---|
TogglzFeature(Feature feature,
FeatureState featureState) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TogglzFeature o) |
String |
getName() |
Map<String,String> |
getParams() |
String |
getStrategy() |
boolean |
isEnabled() |
public TogglzFeature(Feature feature, FeatureState featureState)
public String getName()
public boolean isEnabled()
public String getStrategy()
public int compareTo(TogglzFeature o)
compareTo in interface Comparable<TogglzFeature>Copyright © 2018. All Rights Reserved.