com.android.sdklib.repository.local
Class LocalExtraPkgInfo

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

public class LocalExtraPkgInfo
extends LocalPkgInfo


Constructor Summary
LocalExtraPkgInfo(LocalSdk localSdk, java.io.File localDir, java.util.Properties sourceProps, java.lang.String vendorId, java.lang.String path, java.lang.String[] oldPaths, NoPreviewRevision revision)
           
 
Method Summary
 IPkgDesc getDesc()
          Returns the IPkgDesc describing this package.
 java.lang.String[] getOldPaths()
           
 com.android.sdklib.internal.repository.packages.Package getPackage()
           
 
Methods inherited from class com.android.sdklib.repository.local.LocalPkgInfo
compareTo, equals, getListDescription, getLoadError, getLocalDir, getLocalSdk, getSourceProperties, getUpdate, hashCode, hasLoadError, hasUpdate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalExtraPkgInfo

public LocalExtraPkgInfo(@NonNull
                         LocalSdk localSdk,
                         @NonNull
                         java.io.File localDir,
                         @NonNull
                         java.util.Properties sourceProps,
                         @NonNull
                         java.lang.String vendorId,
                         @NonNull
                         java.lang.String path,
                         @NonNull
                         java.lang.String[] oldPaths,
                         @NonNull
                         NoPreviewRevision 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

getOldPaths

@NonNull
public java.lang.String[] getOldPaths()

getPackage

@Nullable
public com.android.sdklib.internal.repository.packages.Package getPackage()
Overrides:
getPackage in class LocalPkgInfo