public class DefaultCppSourceSet extends Object implements CppSourceSet
Named.Namer| Constructor and Description |
|---|
DefaultCppSourceSet(String name,
ProjectInternal project) |
| Modifier and Type | Method and Description |
|---|---|
void |
dependency(Map<?,?> dep)
Add a dependency to this source set
|
DefaultCppSourceSet |
exportedHeaders(Closure closure)
The headers.
|
SourceDirectorySet |
getExportedHeaders()
The headers.
|
DomainObjectSet<Library> |
getLibs()
Libs this source set requires
|
String |
getName()
The object's name.
|
DomainObjectSet<NativeDependencySet> |
getNativeDependencySets() |
SourceDirectorySet |
getSource()
The source.
|
DefaultCppSourceSet |
source(Closure closure)
The source.
|
public DefaultCppSourceSet(String name, ProjectInternal project)
public String getName()
NamedMust be constant for the life of the object.
public SourceDirectorySet getExportedHeaders()
CppSourceSetgetExportedHeaders in interface HeaderExportingSourceSetgetExportedHeaders in interface CppSourceSetpublic DefaultCppSourceSet exportedHeaders(Closure closure)
CppSourceSetexportedHeaders in interface CppSourceSetpublic SourceDirectorySet getSource()
CppSourceSetgetSource in interface CppSourceSetpublic DefaultCppSourceSet source(Closure closure)
CppSourceSetsource in interface CppSourceSetpublic DomainObjectSet<Library> getLibs()
CppSourceSetgetLibs in interface CppSourceSetpublic DomainObjectSet<NativeDependencySet> getNativeDependencySets()
getNativeDependencySets in interface NativeDependencyCapableSourceSetpublic void dependency(Map<?,?> dep)
CppSourceSetdependency in interface CppSourceSetCopyright © 2013. All rights reserved