org.gradle.plugins.binaries.model
Interface CompileSpec
- All Superinterfaces:
- Named
- All Known Subinterfaces:
- LibraryCompileSpec
public interface CompileSpec
- extends Named
A high level interface to the compiler, specifying what is to be compiled and how.
Nested classes/interfaces inherited from interface org.gradle.api.Named |
Named.Namer |
Methods inherited from interface org.gradle.api.Named |
getName |
getOutputFile
File getOutputFile()
- The ultimate output of the compilation.
compile
@Deprecated
void compile()
- Deprecated. No replacement
- Do the compile.