Class Location
- java.lang.Object
-
- org.opentest4j.reporting.tooling.validator.Location
-
public class Location extends java.lang.ObjectLocation of a validation message.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetColumn()Get the column number.intgetLineNumber()Get the line number.java.lang.StringgetPath()Get the path of the file.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPath
public java.lang.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(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-