org.apache.aries.versioning.check
Class SemanticVersioningChecker

java.lang.Object
  extended by org.apache.aries.versioning.check.SemanticVersioningChecker

public class SemanticVersioningChecker
extends Object


Constructor Summary
SemanticVersioningChecker()
           
 
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
 

Constructor Detail

SemanticVersioningChecker

public SemanticVersioningChecker()
Method Detail

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 jars
current - current version of jars
versioningReport - the validation reports


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.