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

Type Parameters:
T - The type of compile spec produced

public interface CompileSpecFactory<T extends CompileSpec>

Producer of compile specs


Method Summary
 T create(Binary binary)
          Create a new spec to compile this binary
 

Method Detail

create

T create(Binary binary)
Create a new spec to compile this binary