Groovy Documentation

org.gradle.plugins.cpp.model
[Java] Interface CppLibrary

org.gradle.api.Named
  org.gradle.api.Buildable
      org.gradle.plugins.cpp.model.CppLibrary
All Superinterfaces:
Named, Buildable

public interface CppLibrary
extends Buildable, Named

An binary library that can be built.


Method Summary
java.io.File getFile()

java.util.Set getIncludes()

java.lang.String getName()

 
Methods inherited from interface Named
getName
 
Methods inherited from interface Buildable
getBuildDependencies
 

Method Detail

getFile

public java.io.File getFile()


getIncludes

public java.util.Set getIncludes()


getName

public java.lang.String getName()


 

Groovy Documentation