Package org.apache.camel.tooling.util
Class CamelVersionHelper
- java.lang.Object
-
- org.apache.camel.tooling.util.CamelVersionHelper
-
public final class CamelVersionHelper extends Object
A simple util to test Camel versions. This implementation only checks the numeric values and disregard SNAPSHOT or any other qualifiers.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisGE(String base, String other)Checks whether other >= basestatic booleanisGE(String base, String other, boolean majorMinorOnly)static StringprevMinor(String base)Returns the previous minor version number
-