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 Summary
Nested classes/interfaces inherited from interface FileCollection
FileCollection.AntTypeNested classes/interfaces inherited from interface Named
Named.Namer -
Field Summary
Fields -
Method Summary
Methods inherited from interface Buildable
getBuildDependenciesMethods inherited from interface Describable
getDisplayNameMethods inherited from interface FileCollection
addToAntBuilder, addToAntBuilder, contains, filter, filter, getAsPath, getElements, getSingleFile, isEmpty, minus, plusMethods inherited from interface FileTree
getAsFileTree, getFiles, matching, matching, matching, plus, visit, visit, visitMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface PatternFilterable
exclude, exclude, exclude, exclude, getExcludes, getIncludes, include, include, include, include, setExcludes, setIncludesMethods inherited from interface 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 antlr plugin.- Since:
- 8.0
- See Also:
-