com.android.sdklib.repository.local
Class LocalPlatformToolPkgInfo

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

public class LocalPlatformToolPkgInfo
extends LocalPkgInfo


Constructor Summary
LocalPlatformToolPkgInfo(LocalSdk localSdk, java.io.File localDir, java.util.Properties sourceProps, FullRevision revision)
           
 
Method Summary
 IPkgDesc getDesc()
          Returns the IPkgDesc describing this package.
 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

LocalPlatformToolPkgInfo

public LocalPlatformToolPkgInfo(@NonNull
                                LocalSdk localSdk,
                                @NonNull
                                java.io.File localDir,
                                @NonNull
                                java.util.Properties sourceProps,
                                @NonNull
                                FullRevision 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

getPackage

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