Named.Namer
Modifier and Type | Method and Description |
---|---|
void |
target(Iterable<? extends Platform> platform)
Add support for a set of target platforms.
|
void |
target(Iterable<? extends Platform> platform,
Action<? super TargetedPlatformToolChain> action)
Add configuration for a set of target platforms with additional configuration action.
|
void |
target(List<String> platformNames)
Add support for target platform specified by name.
|
void |
target(List<String> platformNames,
Action<? super TargetedPlatformToolChain> action)
Add configuration for multiple target platforms specified by name with additional configuration action.
|
void |
target(Platform platform)
Add support for target platform.
|
void |
target(Platform platform,
Action<? super TargetedPlatformToolChain> action)
Add configuration for a target platform with additional configuration action.
|
void |
target(String... platformNames)
Add support for target platforms specified by name.
|
void |
target(String platformName)
Add support for target platform specified by name.
|
void |
target(String platformName,
Action<? super TargetedPlatformToolChain> action)
Add configuration for a target platform specified by name with additional configuration action.
|
getDisplayName
void target(Platform platform, Action<? super TargetedPlatformToolChain> action)
void target(Platform platform)
void target(Iterable<? extends Platform> platform)
void target(String platformName)
void target(String... platformNames)
void target(Iterable<? extends Platform> platform, Action<? super TargetedPlatformToolChain> action)
void target(String platformName, Action<? super TargetedPlatformToolChain> action)
void target(List<String> platformNames, Action<? super TargetedPlatformToolChain> action)