Class ProjectFeatureFlags

    • Field Detail

      • PROJECT_FEATURE_FLAGS_TEMPLATE

        public static final org.springframework.web.util.UriTemplate PROJECT_FEATURE_FLAGS_TEMPLATE
    • Method Detail

      • isEnabled

        public boolean isEnabled​(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