Class Setting.SimpleKey
- java.lang.Object
-
- org.elasticsearch.common.settings.Setting.SimpleKey
-
- All Implemented Interfaces:
Setting.Key
- Direct Known Subclasses:
Setting.GroupKey,Setting.ListKey
public static class Setting.SimpleKey extends Object implements Setting.Key
-
-
Field Detail
-
key
protected final String key
-
-
Constructor Detail
-
SimpleKey
public SimpleKey(String key)
-
-
Method Detail
-
match
public boolean match(String key)
- Specified by:
matchin interfaceSetting.Key
-
-