Named
, NativeToolChain
, ToolChain
@Incubating public interface Swiftc extends NativeToolChain
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
List<File> |
getPath() |
The paths setting required for executing the tool chain.
|
void |
path(Object... pathEntries) |
Append an entry or entries to the tool chain path.
|
getDisplayName
List<File> getPath()
void path(Object... pathEntries)
pathEntries
- The path values to append. These are evaluated as per Project.files(Object...)