Package software.amazon.smithy.gradle
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.AntTypeNested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the source set extension contributed by the Smithy plugin.Source Directories this Source set will search for Smithy model files in. -
Method Summary
Methods inherited from interface org.gradle.api.Buildable
getBuildDependenciesMethods inherited from interface org.gradle.api.Describable
getDisplayNameMethods inherited from interface org.gradle.api.file.FileCollection
addToAntBuilder, addToAntBuilder, contains, filter, filter, getAsPath, getElements, getSingleFile, isEmpty, minus, plusMethods inherited from interface org.gradle.api.file.FileTree
getAsFileTree, getFiles, matching, matching, matching, plus, visit, visit, visitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.gradle.api.tasks.util.PatternFilterable
exclude, exclude, exclude, exclude, getExcludes, getIncludes, include, include, include, include, setExcludes, setIncludesMethods inherited from interface org.gradle.api.file.SourceDirectorySet
compiledBy, getClassesDirectory, getDestinationDirectory, getFilter, getName, getSourceDirectories, getSrcDirs, getSrcDirTrees, setSrcDirs, source, srcDir, srcDirs
-
Field Details
-
NAME
Name of the source set extension contributed by the Smithy plugin.- See Also:
-
SOURCE_DIRS
Source Directories this Source set will search for Smithy model files in.
-