public interface AntlrSourceVirtualDirectory
source
sets
. Its implementation gets pushed onto the DynamicObjectAware
portion of the
source set under the name 'antlr'.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
AntlrSourceVirtualDirectory |
antlr(Closure configureClosure)
Configures the Antlr source for this set.
|
SourceDirectorySet |
getAntlr()
All Antlr source for this source set.
|
static final java.lang.String NAME
SourceDirectorySet getAntlr()
AntlrSourceVirtualDirectory antlr(Closure configureClosure)
SourceDirectorySet
(see
getAntlr()
) which contains the Antlr source.configureClosure
- The closure to use to configure the Antlr source.