|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CppSourceSet
A CppSourceSet
represents a logical group of C++ source.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.gradle.api.Named |
---|
Named.Namer |
Method Summary | |
---|---|
CppSourceSet |
cpp(Closure configureClosure)
Configures the C++ source for this set. |
SourceDirectorySet |
getCpp()
Returns the C++ source which is to be compiled by the C++ compiler. |
SourceDirectorySet |
getHeaders()
Returns the local header files associated with this source. |
String |
getName()
Returns the name of this source set. |
CppSourceSet |
headers(Closure configureClosure)
Configures the headers for this set. |
Method Detail |
---|
String getName()
getName
in interface Named
SourceDirectorySet getCpp()
CppSourceSet cpp(Closure configureClosure)
The given closure is used to configure the SourceDirectorySet
which contains the C++ source.
configureClosure
- The closure to use to configure the C++ source.
SourceDirectorySet getHeaders()
CppSourceSet headers(Closure configureClosure)
The given closure is used to configure the SourceDirectorySet
which contains the header files.
configureClosure
- The closure to use to configure the header files source.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |