MergeCommand.FastForwardModepublic static interface Config.ConfigEnum
| Modifier and Type | Method | 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 © 2018. All rights reserved.