Interface PlatformConfig
-
- All Superinterfaces:
org.gradle.api.Named
- All Known Implementing Classes:
DefaultPlatformConfig
public interface PlatformConfig extends org.gradle.api.Named
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompilerArgsConfiggetAssembler()CompilerArgsConfiggetcCompiler()CompilerArgsConfiggetCppCompiler()CompilerArgsConfiggetLinker()CompilerArgsConfiggetObjcCompiler()CompilerArgsConfiggetObjcppCompiler()org.gradle.api.provider.Property<java.lang.String>getPlatformPath()
-
-
-
Method Detail
-
getPlatformPath
org.gradle.api.provider.Property<java.lang.String> getPlatformPath()
-
getCppCompiler
CompilerArgsConfig getCppCompiler()
-
getLinker
CompilerArgsConfig getLinker()
-
getcCompiler
CompilerArgsConfig getcCompiler()
-
getAssembler
CompilerArgsConfig getAssembler()
-
getObjcppCompiler
CompilerArgsConfig getObjcppCompiler()
-
getObjcCompiler
CompilerArgsConfig getObjcCompiler()
-
-