Class ProjectFeatureFlags

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled​(java.lang.String flagName)
      Returns true if the project feature flag with given name exists and is enabled, false otherwise.
      java.util.Iterator<ProjectFeatureFlag> iterator()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • PROJECT_FEATURE_FLAGS_URI

        public static final java.lang.String PROJECT_FEATURE_FLAGS_URI
        See Also:
        Constant Field Values
    • Method Detail

      • isEnabled

        public boolean isEnabled​(java.lang.String flagName)
        Returns true if the project feature flag with given name exists and is enabled, false otherwise.
        Parameters:
        flagName - the name of project feature flag
        Returns:
        true if the project feature flag with given name exists and is enabled, false otherwise
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object