| Type | Name and description |
|---|---|
void |
target(Platform platform, Action<? super TargetedPlatformToolChain> action)Add configuration for a target platform with additional configuration action. |
void |
target(Platform platform)Add support for target platform. |
void |
target(Iterable<? extends Platform> platform)Add support for a set of target platforms. |
void |
target(String platformName)Add support for target platform specified by name. |
void |
target(List<String> platformNames)Add support for target platform specified by name. |
void |
target(String... platformNames)Add support for target platforms specified by name. |
void |
target(Iterable<? extends Platform> platform, Action<? super TargetedPlatformToolChain> action)Add configuration for a set of target platforms with additional configuration action. |
void |
target(String platformName, Action<? super TargetedPlatformToolChain> action)Add configuration for a target platform specified by name with additional configuration action. |
void |
target(List<String> platformNames, Action<? super TargetedPlatformToolChain> action)Add configuration for multiple target platforms specified by name with additional configuration action. |
| Methods inherited from class | Name |
|---|---|
interface ToolChain |
getDisplayName |
interface Named |
getName |
Add configuration for a target platform with additional configuration action.
Add support for target platform.
Add support for a set of target platforms.
Add support for target platform specified by name.
Add support for target platforms specified by name.
Add configuration for a set of target platforms with additional configuration action.
Add configuration for a target platform specified by name with additional configuration action.