Package com.android.sdklib.repository

Interface Summary
ISdkChangeListener Interface for listeners on SDK modifications by the SDK Manager UI.
 

Class Summary
AddonManifestIniProps This class describes the properties that can appear in an add-on's manifest.ini file.
FullRevision Package multi-part revision number composed of a tuple (major.minor.micro) and an optional preview revision (the lack of a preview number indicates it's not a preview but a final package.)
MajorRevision Package revision number composed of a single major revision.
NoPreviewRevision Package multi-part revision number composed of a tuple (major.minor.micro) but without support for any optional preview number.
PkgProps Public constants used by the repository when saving source.properties files in local packages.
PreciseRevision A FullRevision which distinguishes between x and x.0, x.0.0, x.y.0, etc; it basically keeps track of the precision of the revision string.
RepoConstants Public constants common to the sdk-repository and sdk-addon XML Schemas.
SdkAddonConstants Public constants for the sdk-addon XML Schema.
SdkAddonsListConstants Public constants for the sdk-addons-list XML Schema.
SdkRepoConstants Public constants for the sdk-repository XML Schema.
SdkStatsConstants Public constants for the sdk-stats XML Schema.
SdkSysImgConstants Public constants for the sdk-sys-img XML Schema.
 

Enum Summary
FullRevision.PreviewComparison Indicates how to compare the preview field in FullRevision.compareTo(FullRevision, PreviewComparison)