com.android.sdklib.repository
Interface IListDescription

All Known Subinterfaces:
IPkgDesc, IPkgDescAddon, IPkgDescExtra
All Known Implementing Classes:
LocalAddonPkgInfo, LocalAddonSysImgPkgInfo, LocalBuildToolPkgInfo, LocalDocPkgInfo, LocalExtraPkgInfo, LocalLLDBPkgInfo, LocalNdkPkgInfo, LocalPkgInfo, LocalPlatformPkgInfo, LocalPlatformToolPkgInfo, LocalSamplePkgInfo, LocalSourcePkgInfo, LocalSysImgPkgInfo, LocalToolPkgInfo, PkgDesc, PkgDescExtra

public interface IListDescription

Interface for elements that can provide a description of themselves.


Method Summary
 java.lang.String getListDescription()
          Returns a description of this package that is suitable for a list display.
 

Method Detail

getListDescription

java.lang.String getListDescription()
Returns a description of this package that is suitable for a list display. Should not be empty. Must never be null.

Note that this is the "base" name for the package with no specific revision nor API mentioned. In contrast, IDescription.getShortDescription() should be used if you want more details such as the package revision number or the API, if applicable.