Class SdkUtil.ApiChecker

  • Enclosing class:
    SdkUtil

    public static class SdkUtil.ApiChecker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiChecker​(java.io.File apiFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMinApi​(java.lang.String classDesc, java.lang.String methodOrFieldDesc)
      Returns 0 if we cannot find the API level for the method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApiChecker

        public ApiChecker​(java.io.File apiFile)
    • Method Detail

      • getMinApi

        public int getMinApi​(java.lang.String classDesc,
                             java.lang.String methodOrFieldDesc)
        Returns 0 if we cannot find the API level for the method.