|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationReportRecord | |
---|---|
org.eclipse.actf.validation.events | |
org.eclipse.actf.validation.javapp.aspects | |
org.eclipse.actf.validation.javapp.server | |
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.javapp.aspects |
---|
Methods in org.eclipse.actf.validation.javapp.aspects with parameters of type ValidationReportRecord | |
---|---|
protected CreationContext[] |
BaseValidationAspect.findCreationContexts(ValidationReportRecord[] records)
find the creation contexts for the given records. |
protected void |
InterJvmValidationAspect.processCreationContexts(ValidationReportRecord[] records)
find the creation contexts for components with violations only. |
Uses of ValidationReportRecord in org.eclipse.actf.validation.javapp.server |
---|
Methods in org.eclipse.actf.validation.javapp.server that return ValidationReportRecord | |
---|---|
ValidationReportRecord[] |
ResourceServer.requestReport(SocketChannel client)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |