Interface BuildRequest.IPostValidationCallback

  • Enclosing class:
    BuildRequest

    public static interface BuildRequest.IPostValidationCallback
    Callback after a resource was validated.
    • Method Detail

      • afterValidate

        boolean afterValidate​(org.eclipse.emf.common.util.URI validated,
                              java.lang.Iterable<Issue> issues)
        Returns:
        whether the build can proceed, false if the build should be interrupted