Interface HeaderExportingSourceSet
- All Superinterfaces:
- Buildable,- BuildableComponentSpec,- ComponentSpec,- LanguageSourceSet,- ModelElement,- Named
- All Known Subinterfaces:
- CppSourceSet,- CSourceSet,- ObjectiveCppSourceSet,- ObjectiveCSourceSet,- WindowsResourceSet
A source set that exposes headers
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionThe headers as a directory set.The headers that are private to this source set and implicitly available.Methods inherited from interface org.gradle.api.BuildablegetBuildDependenciesMethods inherited from interface org.gradle.api.BuildableComponentSpecbuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface org.gradle.platform.base.ComponentSpecgetProjectPathMethods inherited from interface org.gradle.language.base.LanguageSourceSetgeneratedBy, getParentName, getSourceMethods inherited from interface org.gradle.model.ModelElementgetDisplayName, getName
- 
Method Details- 
getExportedHeadersSourceDirectorySet getExportedHeaders()The headers as a directory set.
- 
getImplicitHeadersSourceDirectorySet getImplicitHeaders()The headers that are private to this source set and implicitly available. These are not explicitly made available for compilation.
 
-