Package org.gradle.api.plugins.antlr
Class AntlrPlugin
- java.lang.Object
-
- org.gradle.api.plugins.antlr.AntlrPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANTLR_CONFIGURATION_NAME
-
Constructor Summary
Constructors Constructor Description AntlrPlugin(org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
ANTLR_CONFIGURATION_NAME
public static final String ANTLR_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
-