Uses of Interface
org.faktorips.runtime.IVersionChecker
-
Packages that use IVersionChecker Package Description org.faktorips.runtime org.faktorips.runtime.productdataprovider -
-
Uses of IVersionChecker in org.faktorips.runtime
Fields in org.faktorips.runtime declared as IVersionChecker Modifier and Type Field Description static IVersionCheckerIVersionChecker. STRICTA strict version checker that requires an exact match of the full version strings. -
Uses of IVersionChecker in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider that return IVersionChecker Modifier and Type Method Description IVersionCheckerAbstractProductDataProvider. getVersionChecker()Constructors in org.faktorips.runtime.productdataprovider with parameters of type IVersionChecker Constructor Description AbstractProductDataProvider(IVersionChecker versionChecker)This constructor needs aIVersionCheckerthat is used to verify the compatibility of the product data versions
-