org.apache.aries.versioning.check
Class SemanticVersioningChecker
java.lang.Object
org.apache.aries.versioning.check.SemanticVersioningChecker
public class SemanticVersioningChecker
- extends Object
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SemanticVersioningChecker
public SemanticVersioningChecker()
checkSemanticVersioning
public 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.
- Parameters:
base - baseline jarscurrent - current version of jarsversioningReport - the validation reports
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.