org.gradle.plugins.binaries.model
Interface Compiler<T extends CompileSpec>

Type Parameters:
T - The kind of CompileSpec this compiler exposes
All Superinterfaces:
Named
All Known Implementing Classes:
Gpp

public interface Compiler<T extends CompileSpec>
extends Named

A kind of compiler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
 
Method Summary
 CompileSpecFactory<T> getSpecFactory()
          Returns a factory for creating compile specs that will compile with this compiler
 
Methods inherited from interface org.gradle.api.Named
getName
 

Method Detail

getSpecFactory

CompileSpecFactory<T> getSpecFactory()
Returns a factory for creating compile specs that will compile with this compiler