Uses of Class
org.eclipse.actf.validation.reports.ValidationReportRecord

Packages that use ValidationReportRecord
org.eclipse.actf.validation.events   
org.eclipse.actf.validation.reports   
 

Uses of ValidationReportRecord in org.eclipse.actf.validation.events
 

Methods in org.eclipse.actf.validation.events that return ValidationReportRecord
 ValidationReportRecord[] ReportEvent.getReportRecords()
          get the most recently fetched set of report records.
 

Methods in org.eclipse.actf.validation.events with parameters of type ValidationReportRecord
 void ReportEvent.queueReportRecords(ValidationReportRecord[] records)
          add report records to the reports queue.
 

Uses of ValidationReportRecord in org.eclipse.actf.validation.reports
 

Methods in org.eclipse.actf.validation.reports that return ValidationReportRecord
 ValidationReportRecord[] ValidationReport.getRecords()
          return all report records in this report
 ValidationReportRecord[] ValidationReporter.getRecords()
          return all records logged by this reporter thus far
 ValidationReportRecord[] ValidationReporter.lastReport()
           
 

Methods in org.eclipse.actf.validation.reports with parameters of type ValidationReportRecord
 void ValidationReport.addRecord(ValidationReportRecord record)
          add a record to this report
 void ValidationReport.addRecords(ValidationReportRecord[] records)
          add the specified records to this report
 void ValidationReporter.addReportRecord(ValidationReportRecord record)
           
 void ValidationReport.addUniqueRecords(ValidationReportRecord[] newRecords)
           
 

Constructors in org.eclipse.actf.validation.reports with parameters of type ValidationReportRecord
ValidationReport(ValidationReportRecord[] records, CreationContext[] contexts, String id)