|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.databinding.tool.reflection.SdkUtil
public class SdkUtil
Class that is used for SDK related stuff.
Must be initialized with the sdk location to work properly
Constructor Summary | |
---|---|
SdkUtil()
|
Method Summary | |
---|---|
static int |
getMinApi(ModelClass modelClass)
|
static int |
getMinApi(ModelMethod modelMethod)
|
static void |
initialize(int minSdk,
java.io.File sdkPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SdkUtil()
Method Detail |
---|
public static void initialize(int minSdk, java.io.File sdkPath)
public static int getMinApi(ModelClass modelClass)
public static int getMinApi(ModelMethod modelMethod)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |