com.android.sdklib.repository.local
Class LocalBuildToolPkgInfo

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

public class LocalBuildToolPkgInfo
extends LocalPkgInfo


Constructor Summary
LocalBuildToolPkgInfo(LocalSdk localSdk, java.io.File localDir, java.util.Properties sourceProps, FullRevision revision, BuildToolInfo btInfo)
           
 
Method Summary
 BuildToolInfo getBuildToolInfo()
           
 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, getLongDescription, getShortDescription, getSourceProperties, getUpdate, hashCode, hasLoadError, hasUpdate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalBuildToolPkgInfo

public LocalBuildToolPkgInfo(@NonNull
                             LocalSdk localSdk,
                             @NonNull
                             java.io.File localDir,
                             @NonNull
                             java.util.Properties sourceProps,
                             @NonNull
                             FullRevision revision,
                             @Nullable
                             BuildToolInfo btInfo)
Method Detail

getDesc

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

Specified by:
getDesc in class LocalPkgInfo

getBuildToolInfo

@Nullable
public BuildToolInfo getBuildToolInfo()

getPackage

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