public interface AppleToolchain
Modifier and Type | Interface and Description |
---|---|
static class |
AppleToolchain.Builder |
Modifier and Type | Method and Description |
---|---|
static AppleToolchain.Builder |
builder() |
String |
getIdentifier()
The identifier of the toolchain.
|
Path |
getPath()
The path to the toolchain.
|
Optional<String> |
getVersion()
The version number of the toolchain.
|
String getIdentifier()
com.apple.dt.XcodeDefault
.Path getPath()
.../XcodeDefault.xctoolchain
.static AppleToolchain.Builder builder()