com.j256.ormlite.android.compat
Class ApiCompatibilityUtils

java.lang.Object
  extended by com.j256.ormlite.android.compat.ApiCompatibilityUtils

public class ApiCompatibilityUtils
extends Object

Utility class which loads the various classes based on which API version is being supported.

Author:
graywatson

Constructor Summary
ApiCompatibilityUtils()
           
 
Method Summary
static ApiCompatibility getCompatibility()
          Return the compatibility class that matches our build number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiCompatibilityUtils

public ApiCompatibilityUtils()
Method Detail

getCompatibility

public static ApiCompatibility getCompatibility()
Return the compatibility class that matches our build number.



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