java.lang.Object
org.opentest4j.reporting.tooling.validator.Location

public class Location extends Object
Location of a validation message.
  • Method Details

    • getPath

      public String getPath()
      Get the path of the file.
      Returns:
      the path of the file
    • getLineNumber

      public int getLineNumber()
      Get the line number.
      Returns:
      the line number
    • getColumn

      public int getColumn()
      Get the column number.
      Returns:
      the column number
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object