Class TogglzProperties.FeatureSpec

java.lang.Object
org.togglz.spring.boot.actuate.autoconfigure.TogglzProperties.FeatureSpec
Enclosing class:
TogglzProperties

public static class TogglzProperties.FeatureSpec extends Object
  • Constructor Details

    • FeatureSpec

      public FeatureSpec()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getStrategy

      public String getStrategy()
    • setStrategy

      public void setStrategy(String strategy)
    • getGroups

      public Set<String> getGroups()
    • getParam

      public Map<String,String> getParam()
    • state

      public org.togglz.core.repository.FeatureState state(String name)
    • feature

      public org.togglz.core.Feature feature(String name)
    • spec

      public String spec()
    • toString

      public String toString()
      Overrides:
      toString in class Object