public class SemanticVersioningChecker extends Object
| Constructor and Description |
|---|
SemanticVersioningChecker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkSemanticVersioning(URL base,
URL current,
File versioningReport)
This method is to scan the current location against base and process each individual jars
in the current location against the jar with the same symbolic names in the base and produce a xml report specified by versioningReport.
|
public static void checkSemanticVersioning(URL base, URL current, File versioningReport)
base - baseline jarscurrent - current version of jarsversioningReport - the validation reportsCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.