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 Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    default void
    verifyFeature(String featureKey)
    Deprecated.
    Verify that a featureKey is registered
    default void
    verifyFeatures(Set<String> featureKeys)
    Deprecated.
    Verify that all keys in a set are registered.
  • Method Details

    • getRegisteredFeatures

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

      default void verifyFeature(String featureKey) throws UnknownFeatureException
      Deprecated.
      Verify that a featureKey is registered
      Parameters:
      featureKey -
      Throws:
      UnknownFeatureException
    • 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