Groovy Documentation

org.gradle.plugins.binaries.model
[Java] Interface CompileSpec

org.gradle.api.Named
  org.gradle.plugins.binaries.model.CompileSpec
All Superinterfaces:
Named

public interface CompileSpec
extends Named

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


Method Summary
void compile()

Do the compile

java.io.File getOutputFile()

The ultimate output of the compilation.

 
Methods inherited from interface Named
getName
 

Method Detail

compile

public void compile()
Do the compile


getOutputFile

public java.io.File getOutputFile()
The ultimate output of the compilation.


 

Groovy Documentation