java.lang.Object
com.foursoft.harness.navext.runtime.io.validation.LogErrors

public final class LogErrors extends Object
helper class to log LogValidator.ErrorLocation
  • Method Details

    • annotateXMLContent

      public static String annotateXMLContent(String xmlContent, Collection<LogValidator.ErrorLocation> errorLines)
      adds all error messages to the xml content
      Parameters:
      xmlContent - the xml content containing errors
      errorLines - the detected errors
      Returns:
      the annotated xml content