public class VersionUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionUtil.Version |
| Modifier and Type | Method and Description |
|---|---|
static VersionUtil.Version |
extract(String version) |
static boolean |
isGreaterThenOrEqual(String greater,
String then) |
static boolean |
isGreaterThenOrEqual(VersionUtil.Version greater,
VersionUtil.Version then) |
static boolean |
isLessThenOrEqual(String less,
String then) |
static boolean |
isLessThenOrEqual(VersionUtil.Version less,
VersionUtil.Version then) |
public static VersionUtil.Version extract(String version)
public static boolean isGreaterThenOrEqual(VersionUtil.Version greater, VersionUtil.Version then)
public static boolean isLessThenOrEqual(VersionUtil.Version less, VersionUtil.Version then)
Copyright © 2016 JBoss by Red Hat. All rights reserved.