Contract for a Gradle "convention object" that acts as a handler for what the developer of the ANTLR gradle plugin calls 'a virtual directory mapping', injecting a virtual directory named 'vmf-text' into the project's various org.gradle.api.tasks.SourceSet.
| Type | Name and description |
|---|---|
java.lang.String |
NAME |
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.gradle.api.file.SourceDirectorySet |
getVMFText()All VMFText source for this source set. |
|
VMFTextSourceVirtualDirectory |
vmfText(groovy.lang.Closure configureClosure)Configures the VMFText source for this set. |
|
VMFTextSourceVirtualDirectory |
vmfText(org.gradle.api.Action<? super org.gradle.api.file.SourceDirectorySet> configureAction)Configures the VMFText source for this set. |
All VMFText source for this source set.
Configures the VMFText source for this set. The given closure is used to configure the org.gradle.api.file.SourceDirectorySet (see getVMFText) which contains the VMFText source.
configureClosure - The closure to use to configure the VMFText source.Configures the VMFText source for this set. The given action is used to configure the org.gradle.api.file.SourceDirectorySet (see getVMFText) which contains the VMFText source.
configureAction - The action to use to configure the VMFText source.