org.faktorips.runtime
Interface IVersionChecker


public interface IVersionChecker

The modification checker holds a version or time stamp for the version or time it is up to date. You could ask the modification checker whether a given version or time stamp is expired and you could get the actual version.

Author:
dirmeier

Method Summary
 boolean isCompatibleVersion(String oldVersion, String newVersion)
          Returns true if the new version is compatible to the old version or both versions are equal
 

Method Detail

isCompatibleVersion

boolean isCompatibleVersion(String oldVersion,
                            String newVersion)
Returns true if the new version is compatible to the old version or both versions are equal

Parameters:
oldVersion - the old version
newVersion - the new version
Returns:
true if versions are compatible


Copyright © 2015. All rights reserved.