org.gradle.plugins.binaries.model
Interface CompileSpec

All Superinterfaces:
Named

public interface CompileSpec
extends Named

A high level interface to the compiler, specifying what is to be compiled and how.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
 
Method Summary
 void compile()
          Do the compile
 File getOutputFile()
          The ultimate output of the compilation.
 
Methods inherited from interface org.gradle.api.Named
getName
 

Method Detail

getOutputFile

File getOutputFile()
The ultimate output of the compilation.


compile

void compile()
Do the compile