jhomenet.server.util
Class Compatibility

java.lang.Object
  extended by jhomenet.server.util.Compatibility

public class Compatibility
extends java.lang.Object

This utility class provides an ability to verify library compatibility. In particular, this class defines a collection of libraries and their minimum version to be able to properly function with the jHomenet server.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Method Summary
static boolean isVersionCompatible(LibraryInterface library, ServerSystemConfigurationImpl serverConfiguration)
          Check if the passed library version information is valid with the server version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isVersionCompatible

public static boolean isVersionCompatible(LibraryInterface library,
                                          ServerSystemConfigurationImpl serverConfiguration)
Check if the passed library version information is valid with the server version.

Parameters:
library -
serverConfiguration -
Returns:


Copyright © 2004-2007 David Irwin. All Rights Reserved.