public class JarVersionsChecker extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZED_VERSIONS_CONFIG |
static Pattern |
versionPattern |
| Constructor and Description |
|---|
JarVersionsChecker() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
checkJarVersions()
Check all Jar versions in the classpath
|
static String |
extractJarVersion(String jarName) |
static List<File> |
getJarFiles(String paths)
list files in the given directory and subdirs (with recursion)
|
static void |
main(String[] args) |
public static String AUTHORIZED_VERSIONS_CONFIG
public static Pattern versionPattern
Copyright © 2017. All rights reserved.