|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface TargetPlatformConfiguration
Configuration to add support for a target platform to a PlatformConfigurableToolChain.
Method Summary | |
---|---|
List
|
getAssemblerArgs()
The additional args supplied to the Assembler to target the platform. |
List
|
getCCompilerArgs()
The additional args supplied to the C compiler to target the platform. |
List
|
getCppCompilerArgs()
The additional args supplied to the C++ compiler to target the platform. |
List
|
getLinkerArgs()
The additional args supplied to the Linker to target the platform. |
List
|
getObjectiveCCompilerArgs()
The additional args supplied to the Objective-C compiler to target the platform. |
List
|
getObjectiveCppCompilerArgs()
The additional args supplied to the Objective-C++ compiler to target the platform. |
List
|
getStaticLibraryArchiverArgs()
The additional args supplied to the Static Library Archiver to target the platform. |
boolean
|
supportsPlatform(Platform targetPlatform)
Matches the platform that this configuration supports. |
Method Detail |
---|
public List getAssemblerArgs()
public List getCCompilerArgs()
public List getCppCompilerArgs()
public List getLinkerArgs()
public List getObjectiveCCompilerArgs()
public List getObjectiveCppCompilerArgs()
public List getStaticLibraryArchiverArgs()
public boolean supportsPlatform(Platform targetPlatform)
Gradle API 1.12