org.openmdx.application
Class Dependencies

java.lang.Object
  extended by org.openmdx.application.Dependencies

public class Dependencies
extends Object

Used to check the depdendencies


Method Summary
static void checkCompliance(String expectedVersion)
          Check the version of this and required components
static void checkDependencies()
          Check the version of required components
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkDependencies

public static void checkDependencies()
Check the version of required components

Throws:
VersionMismatchException - if a components version does not match

checkCompliance

public static void checkCompliance(String expectedVersion)
Check the version of this and required components

Throws:
VersionMismatchException - if a components version does not match
IllegalArgumentException - if the version string can't be parsed.


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.