Class FeatureManagerSupport


  • public class FeatureManagerSupport
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void allDisabledFeatureConfig​(java.lang.Class<? extends org.togglz.core.Feature> featureClass)  
      static void allEnabledFeatureConfig​(java.lang.Class<? extends org.togglz.core.Feature> featureClass)  
      static void disable​(org.togglz.core.Feature feature)  
      static void enable​(org.togglz.core.Feature feature)  
      static boolean shouldRunInTests​(org.togglz.core.Feature feature)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeatureManagerSupport

        public FeatureManagerSupport()
    • Method Detail

      • allEnabledFeatureConfig

        public static void allEnabledFeatureConfig​(java.lang.Class<? extends org.togglz.core.Feature> featureClass)
      • allDisabledFeatureConfig

        public static void allDisabledFeatureConfig​(java.lang.Class<? extends org.togglz.core.Feature> featureClass)
      • disable

        public static void disable​(org.togglz.core.Feature feature)
      • shouldRunInTests

        public static boolean shouldRunInTests​(org.togglz.core.Feature feature)
      • enable

        public static void enable​(org.togglz.core.Feature feature)