com.android.sdklib.repository
Interface IDescription

All Known Implementing Classes:
LocalAddonPkgInfo, LocalAddonSysImgPkgInfo, LocalBuildToolPkgInfo, LocalDocPkgInfo, LocalExtraPkgInfo, LocalLLDBPkgInfo, LocalNdkPkgInfo, LocalPkgInfo, LocalPlatformPkgInfo, LocalPlatformToolPkgInfo, LocalSamplePkgInfo, LocalSourcePkgInfo, LocalSysImgPkgInfo, LocalToolPkgInfo

public interface IDescription

Interface for elements that can provide a description of themselves.


Method Summary
 java.lang.String getLongDescription()
          Returns a description of the given element.
 java.lang.String getShortDescription()
          Returns a description of the given element.
 

Method Detail

getShortDescription

java.lang.String getShortDescription()
Returns a description of the given element. Cannot be null.

A description is a multi-line of text, typically much more elaborate than what Object.toString() would provide.


getLongDescription

java.lang.String getLongDescription()
Returns a description of the given element. Cannot be null.

A description is a multi-line of text, typically much more elaborate than what Object.toString() would provide.