com.android.sdklib.repository.local
Class LocalBuildToolPkgInfo
java.lang.Object
com.android.sdklib.repository.local.LocalPkgInfo
com.android.sdklib.repository.local.LocalBuildToolPkgInfo
- All Implemented Interfaces:
- com.android.sdklib.internal.repository.IListDescription, java.lang.Comparable<LocalPkgInfo>
public class LocalBuildToolPkgInfo
- extends LocalPkgInfo
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 |
LocalBuildToolPkgInfo
public LocalBuildToolPkgInfo(@NonNull
LocalSdk localSdk,
@NonNull
java.io.File localDir,
@NonNull
java.util.Properties sourceProps,
@NonNull
FullRevision revision,
@Nullable
BuildToolInfo btInfo)
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