aQute.service.reporter
Class Report.Location

java.lang.Object
  extended by aQute.service.reporter.Report.Location
Enclosing interface:
Report

public static class Report.Location
extends Object

Defines a record for the location of an error/warning


Field Summary
 String context
           
 Object details
           
 String file
           
 String header
           
 int length
           
 int line
           
 String message
           
 String methodName
           
 String reference
           
 
Constructor Summary
Report.Location()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

public String message

line

public int line

file

public String file

header

public String header

context

public String context

reference

public String reference

methodName

public String methodName

details

public Object details
See Also:
SetLocation#details(Object)

length

public int length
Constructor Detail

Report.Location

public Report.Location()


Copyright © 2014 aQute SARL. All rights reserved.