public class CheckerFrameworkPluginExtension
extends java.lang.Object
| Constructor and Description |
|---|
CheckerFrameworkPluginExtension(org.gradle.api.Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChecker(java.lang.String newChecker)
Add a new typechecker to the list of checkers that should be executed.
|
void |
addTask(java.lang.String taskName)
Adds a task to the list of tasks that the Checker Framework
will be executed as part of.
|
public CheckerFrameworkPluginExtension(org.gradle.api.Project project)
public void addTask(java.lang.String taskName)
taskName - the name of the task to modifypublic void addChecker(java.lang.String newChecker)
newChecker - the fully-qualified name of the new typechecker,
e.g. "org.checkerframework.checker.index.IndexChecker".