Groovy Documentation

org.gradle.nativebinaries.language.objectivec.tasks
[Groovy] Class ObjectiveCCompile

java.lang.Object
  org.gradle.api.internal.AbstractTask
      org.gradle.api.DefaultTask
          org.gradle.nativebinaries.language.c.tasks.AbstractNativeCompileTask
              org.gradle.nativebinaries.language.objectivec.tasks.ObjectiveCCompile

@Incubating
class ObjectiveCCompile
extends AbstractNativeCompileTask

Compiles Objective-C source files into object files.


Constructor Summary
ObjectiveCCompile(CacheRepository cacheRepository)

 
Method Summary
protected NativeCompileSpec createCompileSpec()

protected Compiler createCompiler(PlatformToolChain toolChain)

 
Methods inherited from class AbstractNativeCompileTask
compile, createCompileSpec, createCompiler, getOutputType, includes, source
 

Constructor Detail

ObjectiveCCompile

@Inject
ObjectiveCCompile(CacheRepository cacheRepository)


 
Method Detail

createCompileSpec

@Override
protected NativeCompileSpec createCompileSpec()


createCompiler

@Override
protected Compiler createCompiler(PlatformToolChain toolChain)


 

Gradle API 1.11