Interface FeatureService

  • All Known Implementing Classes:
    PluginModuleFeatureService

    @Deprecated
    public interface FeatureService
    Deprecated.
    since 8.3 unused, no replacement
    Provides registered Features.
    Since:
    5.3
    • Method Detail

      • getRegisteredFeatures

        Set<String> getRegisteredFeatures()
        Deprecated.
        Returns:
        a collection of features known to the system.
      • verifyFeatures

        default void verifyFeatures​(Set<String> featureKeys)
                             throws UnknownFeatureException
        Deprecated.
        Verify that all keys in a set are registered. Used temporarily for auditing existing use of Dark Features.
        Parameters:
        featureKeys -
        Throws:
        UnknownFeatureException