Package aQute.service.reporter
Class Report.Location
- java.lang.Object
-
- aQute.service.reporter.Report.Location
-
- Enclosing interface:
- Report
public static class Report.Location extends java.lang.Object
Defines a record for the location of an error/warning
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Report.Location
dup()
-
-
-
Field Detail
-
message
public java.lang.String message
-
line
public int line
-
file
public java.lang.String file
-
header
public java.lang.String header
-
context
public java.lang.String context
-
reference
public java.lang.String reference
-
methodName
public java.lang.String methodName
-
details
public java.lang.Object details
- See Also:
Reporter.SetLocation.details(Object)
-
length
public int length
-
-
Method Detail
-
dup
public Report.Location dup()
-
-