|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jhomenet.server.util.Compatibility
public class Compatibility
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: $
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 |
---|
public static boolean isVersionCompatible(LibraryInterface library, ServerSystemConfigurationImpl serverConfiguration)
library
- serverConfiguration
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |