public class BaseAndroidToolchainResolver extends Object
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableMap<String,String> |
environment |
protected FileSystem |
fileSystem |
static String |
INVALID_DIRECTORY_MESSAGE_TEMPLATE |
Modifier | Constructor and Description |
---|---|
protected |
BaseAndroidToolchainResolver(FileSystem fileSystem,
com.google.common.collect.ImmutableMap<String,String> environment) |
Modifier and Type | Method and Description |
---|---|
protected Optional<Path> |
findFirstDirectory(com.google.common.collect.ImmutableList<Pair<String,Optional<String>>> possiblePaths) |
protected Pair<String,Optional<String>> |
getEnvironmentVariable(String key) |
public static final String INVALID_DIRECTORY_MESSAGE_TEMPLATE
protected final FileSystem fileSystem
protected BaseAndroidToolchainResolver(FileSystem fileSystem, com.google.common.collect.ImmutableMap<String,String> environment)