Interface GroupSetting

All Known Implementing Classes:
SslPolicyConfig

public interface GroupSetting
A group of settings that can represented in multiple instances. In comparison with SettingsDeclaration where each setting only exists in a single instance
  • Method Summary

    Modifier and Type
    Method
    Description
    The prefix is the same for all the settings in this group
    The name is unique to one instance of a group
  • Method Details

    • name

      String name()
      The name is unique to one instance of a group
      Returns:
      the name of this group
    • getPrefix

      String getPrefix()
      The prefix is the same for all the settings in this group
      Returns:
      the prefix for this group