Groovy Documentation

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

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

public interface Compiler
extends Named

A kind of compiler

Parameters:
- The kind of CompileSpec this compiler exposes


Method Summary
CompileSpecFactory getSpecFactory()

Returns a factory for creating compile specs that will compile with this compiler

 
Methods inherited from interface Named
getName
 

Method Detail

getSpecFactory

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


 

Groovy Documentation