public final class CamelVersionHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isGE(String base,
String other)
Checks whether other >= base
|
static String |
prevMinor(String base)
Returns the previous minor version number
|
Apache Camel