public class AppleToolchainDiscovery extends Object
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableMap<String,AppleToolchain> |
discoverAppleToolchains(Optional<Path> developerDir,
com.google.common.collect.ImmutableList<Path> extraDirs)
Given a path to an Xcode developer directory, walks through the toolchains and builds a map of
(identifier: path) pairs of the toolchains inside.
|
public static com.google.common.collect.ImmutableMap<String,AppleToolchain> discoverAppleToolchains(Optional<Path> developerDir, com.google.common.collect.ImmutableList<Path> extraDirs) throws IOException
IOException