com.android.sdklib.repository.local
Class LocalLLDBPkgInfo
java.lang.Object
com.android.sdklib.repository.local.LocalPkgInfo
com.android.sdklib.repository.local.LocalLLDBPkgInfo
- All Implemented Interfaces:
- IDescription, IListDescription, java.lang.Comparable<LocalPkgInfo>
public class LocalLLDBPkgInfo
- extends LocalPkgInfo
Local package representing the Android LLDB.
Constructor Summary |
protected |
LocalLLDBPkgInfo(LocalSdk localSdk,
java.io.File localDir,
java.util.Properties sourceProps,
com.android.repository.Revision revision)
|
Methods inherited from class com.android.sdklib.repository.local.LocalPkgInfo |
compareTo, delete, equals, getListDescription, getLoadError, getLocalDir, getLocalSdk, getLongDescription, getShortDescription, getSourceProperties, hashCode, hasLoadError, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PINNED_REVISION
public static final com.android.repository.Revision PINNED_REVISION
LocalLLDBPkgInfo
protected LocalLLDBPkgInfo(@NonNull
LocalSdk localSdk,
@NonNull
java.io.File localDir,
@NonNull
java.util.Properties sourceProps,
@NonNull
com.android.repository.Revision revision)
getDesc
@NonNull
public IPkgDesc getDesc()
- Description copied from class:
LocalPkgInfo
- Returns the
IPkgDesc
describing this package.
- Specified by:
getDesc
in class LocalPkgInfo