|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AntlrSourceVirtualDirectory
Contract for a Gradle "convention object" 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. Its implementation gets pushed onto the DynamicObjectAware portion of the
source set under the name 'antlr'.
| Field Summary | |
|---|---|
static String |
NAME
|
| Method Summary | |
|---|---|
AntlrSourceVirtualDirectory |
antlr(Closure configureClosure)
Configures the Antlr source for this set. |
FileTree |
getAllAntlr()
All Antlr source for this source set. |
SourceDirectorySet |
getAntlr()
All Antlr source for this source set. |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
SourceDirectorySet getAntlr()
AntlrSourceVirtualDirectory antlr(Closure configureClosure)
SourceDirectorySet (see
getAntlr()) which contains the Antlr source.
configureClosure - The closure to use to configure the Antlr source.
FileTree getAllAntlr()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||