public static interface Config.ConfigEnum
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
matchConfigValue(String in)
Checks if the given string matches with enum value. 
 | 
String | 
toConfigValue()
Converts enumeration value into a string to be save in config. 
 | 
String toConfigValue()
boolean matchConfigValue(String in)
in - the string to matchCopyright © 2020 Eclipse JGit Project. All rights reserved.