|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.util.PackageHelper
public final class PackageHelper
Some helper methods for working with Java packages and versioning.
| Method Summary | |
|---|---|
static boolean |
isValidVersion(java.lang.String packageName,
double minimumVersion)
Returns true if the version number of the given package name can be found and is greater than or equal to the minimum version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isValidVersion(java.lang.String packageName,
double minimumVersion)
packageName - the Java package name to compareminimumVersion - the minimum version number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||