A source set that exposes headers
| Type | Name and description |
|---|---|
void |
exportedHeaders(Action<? super SourceDirectorySet> config)Configure the exported header directories. |
SourceDirectorySet |
getExportedHeaders()The headers as a directory set. |
SourceDirectorySet |
getImplicitHeaders()The headers that are private to this source set and implicitly available. |
| Methods inherited from class | Name |
|---|---|
interface LanguageSourceSet |
generatedBy, getDisplayName, getSource, source |
interface BuildableModelElement |
builtBy, getBuildTask, hasBuildDependencies, setBuildTask |
interface Named |
getName |
Configure the exported header directories.
The headers as a directory set.
The headers that are private to this source set and implicitly available. These are not explicitly made available for compilation.