Groovy Documentation

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

org.gradle.plugins.binaries.model.Library
  org.gradle.plugins.binaries.model.Binary
      org.gradle.api.Named
All Superinterfaces:
Binary, Named

public interface Library
extends Binary

An library


Method Summary
SourceDirectorySet getHeaders()

 
Methods inherited from interface Binary
getProject, getSourceSets, getSpec
 
Methods inherited from interface Named
getName
 

Method Detail

getHeaders

public SourceDirectorySet getHeaders()


 

Groovy Documentation