ServiceLoader helpers for tools located in the SDK's build-tools folders. This utility will cache ServiceLoader instances per build-tools version and per target service type.
Modifiers | Name | Description |
---|---|---|
static class |
BuildToolsServiceLoader.BuildToolServiceLoader |
build-tools version specific ServiceLoader helper. |
static class |
BuildToolsServiceLoader.Service |
Abstract notion of what a service is. |
Enum constant | Description |
---|---|
INSTANCE |
Type | Name and description |
---|---|
BuildToolsServiceLoader.BuildToolServiceLoader |
forVersion(com.android.sdklib.BuildToolInfo buildToolInfo) Load a built-tools version specific ServiceLoader helper. |
Jack service description.
Jill service description.
Load a built-tools version specific ServiceLoader helper.
buildToolInfo
- the requested build-tools information