public static class TogglzProperties.FeatureSpec extends Object
| Constructor and Description |
|---|
FeatureSpec() |
| Modifier and Type | Method and Description |
|---|---|
org.togglz.core.Feature |
feature(String name) |
Set<String> |
getGroups() |
String |
getLabel() |
Map<String,String> |
getParam() |
String |
getStrategy() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setLabel(String label) |
void |
setStrategy(String strategy) |
String |
spec() |
org.togglz.core.repository.FeatureState |
state(String name) |
String |
toString() |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getLabel()
public void setLabel(String label)
public String getStrategy()
public void setStrategy(String strategy)
public org.togglz.core.repository.FeatureState state(String name)
public org.togglz.core.Feature feature(String name)
public String spec()
Copyright © 2022. All rights reserved.