|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.Namedorg.gradle.plugins.binaries.model.CompileSpec
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. |
File
|
getOutputFile()
The ultimate output of the compilation. |
| Methods inherited from interface Named | |
|---|---|
| getName |
| Method Detail |
|---|
@Deprecated public void compile()
public File getOutputFile()
Gradle API 1.5