Interface HeaderExportingSourceSet

All Superinterfaces:
Buildable, BuildableComponentSpec, ComponentSpec, LanguageSourceSet, ModelElement, Named
All Known Subinterfaces:
CppSourceSet, CSourceSet, ObjectiveCppSourceSet, ObjectiveCSourceSet, WindowsResourceSet

@Incubating public interface HeaderExportingSourceSet extends LanguageSourceSet
A source set that exposes headers
  • 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.