Groovy Documentation

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


public interface CompileSpecFactory

Producer of compile specs

Parameters:
- The type of compile spec produced


Method Summary
java.lang.Object create(Binary binary)

Create a new spec to compile this binary

 

Method Detail

create

public java.lang.Object create(Binary binary)
Create a new spec to compile this binary


 

Groovy Documentation