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 Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionThe headers as a directory set.The headers that are private to this source set and implicitly available.Methods inherited from interface Buildable
getBuildDependenciesMethods inherited from interface BuildableComponentSpec
builtBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface LanguageSourceSet
generatedBy, getParentName, getSourceMethods inherited from interface ModelElement
getDisplayName, getName
-
Method Details
-
getExportedHeaders
SourceDirectorySet getExportedHeaders()The headers as a directory set. -
getImplicitHeaders
SourceDirectorySet getImplicitHeaders()The headers that are private to this source set and implicitly available. These are not explicitly made available for compilation.
-