com.android.sdklib.repository.local
Class LocalDocPkgInfo
java.lang.Object
   com.android.sdklib.repository.local.LocalPkgInfo
com.android.sdklib.repository.local.LocalPkgInfo
       com.android.sdklib.repository.local.LocalDocPkgInfo
com.android.sdklib.repository.local.LocalDocPkgInfo
- All Implemented Interfaces: 
- com.android.sdklib.internal.repository.IDescription, com.android.sdklib.internal.repository.IListDescription, java.lang.Comparable<LocalPkgInfo>
- public class LocalDocPkgInfo 
- extends LocalPkgInfo
 
 
| 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 | 
 
LocalDocPkgInfo
public LocalDocPkgInfo(@NonNull
                       LocalSdk localSdk,
                       @NonNull
                       java.io.File localDir,
                       @NonNull
                       java.util.Properties sourceProps,
                       @NonNull
                       AndroidVersion version,
                       @NonNull
                       MajorRevision revision)
getDesc
@NonNull
public IPkgDesc getDesc()
- Description copied from class: LocalPkgInfo
- Returns the IPkgDescdescribing this package.
 
- 
- Specified by:
- getDescin class- LocalPkgInfo
 
- 
 
getPackage
@Nullable
public com.android.sdklib.internal.repository.packages.Package getPackage()
- 
- Overrides:
- getPackagein class- LocalPkgInfo
 
-