public class AndroidBuildToolsResolver extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableSet<String> |
BUILD_TOOL_PREFIXES |
Constructor and Description |
---|
AndroidBuildToolsResolver(AndroidBuckConfig config,
AndroidSdkLocation androidSdkLocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Path |
getBuildToolsPath() |
Optional<String> |
getBuildToolsVersion()
Returns Android SDK build tools version that was either discovered or provided during creation.
|
int |
hashCode() |
String |
toString() |
public static final com.google.common.collect.ImmutableSet<String> BUILD_TOOL_PREFIXES
public AndroidBuildToolsResolver(AndroidBuckConfig config, AndroidSdkLocation androidSdkLocation)