public class SdkCollection extends Object
Holds and provides details on the list of known SDKs.
Constructor and Description |
---|
SdkCollection(SdkProvider sdkProvider) |
Modifier and Type | Method and Description |
---|---|
SortedSet<Sdk> |
getKnownSdks() |
Sdk |
getMaxSupportedSdk() |
Sdk |
getSdk(int apiLevel) |
SortedSet<Sdk> |
getSupportedSdks() |