|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.Namedorg.gradle.api.Buildable
org.gradle.plugins.cpp.model.CppLibrary
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 |
---|
public java.io.File getFile()
public java.util.Set getIncludes()
public java.lang.String getName()
Groovy Documentation