Groovy Documentation

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

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

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