org.gradle.plugins.cpp.model
Interface CppLibrary

All Superinterfaces:
Buildable, Named

public interface CppLibrary
extends Buildable, Named

An binary library that can be built.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
 
Method Summary
 File getFile()
           
 Set<File> getIncludes()
           
 String getName()
          The object's name.
 
Methods inherited from interface org.gradle.api.Buildable
getBuildDependencies
 

Method Detail

getName

String getName()
Description copied from interface: Named
The object's name.

Must be constant for the life of the object.

Specified by:
getName in interface Named
Returns:
The name. Never null.

getFile

File getFile()

getIncludes

Set<File> getIncludes()