com.android.sdklib.repository.local
Class LocalSysImgPkgInfo

java.lang.Object
  extended by com.android.sdklib.repository.local.LocalPkgInfo
      extended by com.android.sdklib.repository.local.LocalSysImgPkgInfo
All Implemented Interfaces:
com.android.sdklib.internal.repository.IListDescription, java.lang.Comparable<LocalPkgInfo>

public class LocalSysImgPkgInfo
extends LocalPkgInfo

Local system-image package, for a given platform's AndroidVersion and given ABI. The package itself has a major revision. There should be only one for a given android platform version & ABI.


Constructor Summary
LocalSysImgPkgInfo(LocalSdk localSdk, java.io.File localDir, java.util.Properties sourceProps, AndroidVersion version, java.lang.String abi, MajorRevision revision)
           
 
Method Summary
 IPkgDesc getDesc()
          Returns the IPkgDesc describing this package.
 
Methods inherited from class com.android.sdklib.repository.local.LocalPkgInfo
compareTo, equals, getListDescription, getLoadError, getLocalDir, getLocalSdk, getPackage, getSourceProperties, getUpdate, hashCode, hasLoadError, hasUpdate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalSysImgPkgInfo

public LocalSysImgPkgInfo(@NonNull
                          LocalSdk localSdk,
                          @NonNull
                          java.io.File localDir,
                          @NonNull
                          java.util.Properties sourceProps,
                          @NonNull
                          AndroidVersion version,
                          @NonNull
                          java.lang.String abi,
                          @NonNull
                          MajorRevision revision)
Method Detail

getDesc

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

Specified by:
getDesc in class LocalPkgInfo