public final class VersionHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static SortedSet<String> |
getRealVersions(SortedSet<String> versions,
SortedSet<String> supportedVersions) |
static boolean |
isVersion(String toTest) |
static boolean |
match(String toTest,
String[] versions,
boolean isTestFromPath) |
static boolean |
match(String toTest,
String version,
boolean isTestFromPath) |
public static boolean isVersion(String toTest)
Copyright © 2017. All rights reserved.