public class OSGIVersionUtil extends Object
Constructor and Description |
---|
OSGIVersionUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
compare(Version that,
Version other)
Same contract as
Version.compareTo(Version) |
public static int compare(Version that, Version other)
Version.compareTo(Version)
that
- The Version
object to be compared.other
- The Version
object to be compared.that
version is less than, equal to,
or greater than the specified other
version.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.