Class Setting.GroupKey
- java.lang.Object
-
- org.elasticsearch.common.settings.Setting.SimpleKey
-
- org.elasticsearch.common.settings.Setting.GroupKey
-
- All Implemented Interfaces:
Setting.Key
public static final class Setting.GroupKey extends Setting.SimpleKey
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.common.settings.Setting.SimpleKey
key
-
-
Constructor Summary
Constructors Constructor Description GroupKey(java.lang.String key)
-
Method Summary
Modifier and Type Method Description booleanmatch(java.lang.String toTest)-
Methods inherited from class org.elasticsearch.common.settings.Setting.SimpleKey
equals, hashCode, toString
-
-
-
-
Method Detail
-
match
public boolean match(java.lang.String toTest)
- Specified by:
matchin interfaceSetting.Key- Overrides:
matchin classSetting.SimpleKey
-
-