com.android.sdklib.repository.local
Class LocalLLDBPkgInfo

java.lang.Object
  extended by com.android.sdklib.repository.local.LocalPkgInfo
      extended by com.android.sdklib.repository.local.LocalLLDBPkgInfo
All Implemented Interfaces:
java.lang.Comparable<LocalPkgInfo>

Deprecated. in favor of new sdk system

@Deprecated
public class LocalLLDBPkgInfo
extends LocalPkgInfo

Local package representing the Android LLDB.


Field Summary
static com.android.repository.Revision PINNED_REVISION
          Deprecated. in favor of LLDBSdkPackageInstaller#PINNED_REVISION.
 
Constructor Summary
protected LocalLLDBPkgInfo(LocalSdk localSdk, java.io.File localDir, java.util.Properties sourceProps, com.android.repository.Revision revision)
          Deprecated.  
 
Method Summary
 IPkgDesc getDesc()
          Deprecated. Returns the IPkgDesc describing this package.
 
Methods inherited from class com.android.sdklib.repository.local.LocalPkgInfo
compareTo, delete, equals, getListDescription, getLoadError, getLocalDir, getLocalSdk, getSourceProperties, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PINNED_REVISION

@Deprecated
public static final com.android.repository.Revision PINNED_REVISION
Deprecated. in favor of LLDBSdkPackageInstaller#PINNED_REVISION.
The LLDB SDK package revision's major and minor numbers are pinned in Android Studio.

Constructor Detail

LocalLLDBPkgInfo

protected LocalLLDBPkgInfo(@NonNull
                           LocalSdk localSdk,
                           @NonNull
                           java.io.File localDir,
                           @NonNull
                           java.util.Properties sourceProps,
                           @NonNull
                           com.android.repository.Revision revision)
Deprecated. 
Method Detail

getDesc

@NonNull
public IPkgDesc getDesc()
Deprecated. 
Description copied from class: LocalPkgInfo
Returns the IPkgDesc describing this package.

Specified by:
getDesc in class LocalPkgInfo