Interface Setting.Key

All Known Implementing Classes:
Setting.AffixKey, Setting.GroupKey, Setting.ListKey, Setting.SimpleKey
Enclosing class:
Setting<T>

public static interface Setting.Key
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    exists(Set<String> keys, Set<String> exclusions)
    Returns true if and only if this key is present in the given settings instance (ignoring given exclusions).
    boolean
     
  • Method Details

    • match

      boolean match(String key)
    • exists

      boolean exists(Set<String> keys, Set<String> exclusions)
      Returns true if and only if this key is present in the given settings instance (ignoring given exclusions).
      Parameters:
      keys - keys to check
      exclusions - exclusions to ignore