@FinalFieldsConstructor
public class GradleValidatonCallback
extends java.lang.Object
implements org.eclipse.xtext.build.BuildRequest.IPostValidationCallback
| Constructor and Description |
|---|
GradleValidatonCallback(org.gradle.api.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
afterValidate(org.eclipse.emf.common.util.URI validated,
java.lang.Iterable<org.eclipse.xtext.validation.Issue> issues) |
boolean |
isErrorFree() |
void |
setErrorFree(boolean errorFree) |
public GradleValidatonCallback(org.gradle.api.logging.Logger logger)
public boolean afterValidate(org.eclipse.emf.common.util.URI validated,
java.lang.Iterable<org.eclipse.xtext.validation.Issue> issues)
afterValidate in interface org.eclipse.xtext.build.BuildRequest.IPostValidationCallback@Pure public boolean isErrorFree()
public void setErrorFree(boolean errorFree)