com.android.sdklib
Class LayoutlibVersion

java.lang.Object
  extended by com.android.sdklib.LayoutlibVersion
All Implemented Interfaces:
java.lang.Comparable<LayoutlibVersion>

Deprecated. Only the api level is relevant, and so should be represented by a single int.

public class LayoutlibVersion
extends java.lang.Object
implements java.lang.Comparable<LayoutlibVersion>

Information on the layoutlib version.


Field Summary
static int NOT_SPECIFIED
          Deprecated.  
 
Constructor Summary
LayoutlibVersion(int api, int revision)
          Deprecated.  
 
Method Summary
 int compareTo(LayoutlibVersion rhs)
          Deprecated.  
 int getApi()
          Deprecated.  
 int getRevision()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SPECIFIED

public static final int NOT_SPECIFIED
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

LayoutlibVersion

public LayoutlibVersion(int api,
                        int revision)
Deprecated. 
Method Detail

getApi

public int getApi()
Deprecated. 

getRevision

public int getRevision()
Deprecated. 

compareTo

public int compareTo(@NonNull
                     LayoutlibVersion rhs)
Deprecated. 
Specified by:
compareTo in interface java.lang.Comparable<LayoutlibVersion>