Class Report.Location

java.lang.Object
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 Details

  • Constructor Details

    • Location

      public Location()
  • Method Details

    • dup

      public Report.Location dup()
    • to

      public void to(Report.Location destination)
      Copies the location details to the destination. This will not include the message.
      Parameters:
      destination - the other location.