public class SdkCollection extends Object
Constructor | Description |
---|---|
SdkCollection(SdkProvider sdkProvider) |
Modifier and Type | Method | Description |
---|---|---|
SortedSet<Sdk> |
getKnownSdks() |
|
Sdk |
getMaxSupportedSdk() |
|
Sdk |
getSdk(int apiLevel) |
|
SortedSet<Sdk> |
getSupportedSdks() |
@Inject public SdkCollection(SdkProvider sdkProvider)