com.j256.ormlite.misc
Class VersionUtils

java.lang.Object
  extended by com.j256.ormlite.misc.VersionUtils

public class VersionUtils
extends Object

A class which helps us verify that we are running symmetric versions.

Author:
graywatson

Method Summary
static void checkCoreVersusAndroidVersions()
          Verifies that the ormlite-core and -android version files hold the same string.
static void checkCoreVersusJdbcVersions()
          Verifies that the ormlite-core and -jdbc version files hold the same string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkCoreVersusJdbcVersions

public static final void checkCoreVersusJdbcVersions()
Verifies that the ormlite-core and -jdbc version files hold the same string.


checkCoreVersusAndroidVersions

public static final void checkCoreVersusAndroidVersions()
Verifies that the ormlite-core and -android version files hold the same string.



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.