Class AbstractConditionalProfileConfiguration

All Implemented Interfaces:
ConditionalProfileConfiguration, ProfileConfiguration, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public abstract class AbstractConditionalProfileConfiguration extends AbstractConditionalProfileConfiguration
An SP-specific subclass for all profile configurations that implements any logic not yet promoted back into our shared layer.
  • Constructor Details

    • AbstractConditionalProfileConfiguration

      public AbstractConditionalProfileConfiguration(@Nonnull String id)
      Constructor.
      Parameters:
      id - profile ID
  • Method Details

    • setDisallowedFeatures

      public void setDisallowedFeatures(@Nullable Set<Integer> flags)
      Sets a bitmask of disallowed features to block using discrete inputs to cover for Spring's lack of usable bitmasking support.
      Parameters:
      flags - a set of flags to OR together