Interface SmithySourceDirectorySet

All Superinterfaces:
org.gradle.api.tasks.AntBuilderAware, org.gradle.api.Buildable, org.gradle.api.Describable, org.gradle.api.file.FileCollection, org.gradle.api.file.FileTree, Iterable<File>, org.gradle.api.Named, org.gradle.api.tasks.util.PatternFilterable, org.gradle.api.file.SourceDirectorySet
All Known Implementing Classes:
DefaultSmithySourceDirectorySet

public interface SmithySourceDirectorySet extends org.gradle.api.file.SourceDirectorySet
A SmithySourceDirectorySet defines the properties and methods added to a SourceSet by the SmithyBasePlugin.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.file.FileCollection

    org.gradle.api.file.FileCollection.AntType

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the source set extension contributed by the Smithy plugin.
    static final List<String>
    Source Directories this Source set will search for Smithy model files in.
  • Method Summary

    Methods inherited from interface org.gradle.api.Buildable

    getBuildDependencies

    Methods inherited from interface org.gradle.api.Describable

    getDisplayName

    Methods inherited from interface org.gradle.api.file.FileCollection

    addToAntBuilder, addToAntBuilder, contains, filter, filter, getAsPath, getElements, getSingleFile, isEmpty, minus, plus

    Methods inherited from interface org.gradle.api.file.FileTree

    getAsFileTree, getFiles, matching, matching, matching, plus, visit, visit, visit

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.gradle.api.tasks.util.PatternFilterable

    exclude, exclude, exclude, exclude, getExcludes, getIncludes, include, include, include, include, setExcludes, setIncludes

    Methods inherited from interface org.gradle.api.file.SourceDirectorySet

    compiledBy, getClassesDirectory, getDestinationDirectory, getFilter, getName, getSourceDirectories, getSrcDirs, getSrcDirTrees, setSrcDirs, source, srcDir, srcDirs
  • Field Details

    • NAME

      static final String NAME
      Name of the source set extension contributed by the Smithy plugin.
      See Also:
    • SOURCE_DIRS

      static final List<String> SOURCE_DIRS
      Source Directories this Source set will search for Smithy model files in.