Package org.gradle.api.plugins.antlr
Interface AntlrSourceDirectorySet
- All Superinterfaces:
- AntBuilderAware,- Buildable,- Describable,- FileCollection,- FileTree,- Iterable<File>,- Named,- PatternFilterable,- SourceDirectorySet
Contract for a Gradle extension that acts as a handler for what I call a virtual directory mapping,
 injecting a virtual directory named 'antlr' into the project's various 
source
 sets.- Since:
- 7.1
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.file.FileCollectionFileCollection.AntTypeNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Field SummaryFields
- 
Method SummaryMethods inherited from interface org.gradle.api.BuildablegetBuildDependenciesMethods inherited from interface org.gradle.api.DescribablegetDisplayNameMethods inherited from interface org.gradle.api.file.FileCollectionaddToAntBuilder, addToAntBuilder, contains, filter, filter, getAsPath, getElements, getSingleFile, isEmpty, minus, plusMethods inherited from interface org.gradle.api.file.FileTreegetAsFileTree, getFiles, matching, matching, matching, plus, visit, visit, visitMethods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface org.gradle.api.tasks.util.PatternFilterableexclude, exclude, exclude, exclude, getExcludes, getIncludes, include, include, include, include, setExcludes, setIncludesMethods inherited from interface org.gradle.api.file.SourceDirectorySetcompiledBy, getClassesDirectory, getDestinationDirectory, getFilter, getName, getSourceDirectories, getSrcDirs, getSrcDirTrees, setSrcDirs, source, srcDir, srcDirs
- 
Field Details- 
NAMEName of the source set extension contributed by the antlr plugin.- Since:
- 8.0
- See Also:
 
 
-