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

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

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

Methods in org.eclipse.actf.validation.events that return CreationContext
 CreationContext[] ReportEvent.getCreationContexts()
          get the most recently fetched creation contexts.
 

Methods in org.eclipse.actf.validation.events with parameters of type CreationContext
 void ReportEvent.queueCreationContexts(CreationContext[] contexts)
          add creation contexts to the contexts queue.
 

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

Methods in org.eclipse.actf.validation.reports with parameters of type CreationContext
 void ValidationReport.addCreationContext(CreationContext context)
          add the creation context to this report
 void ValidationReport.addCreationContexts(CreationContext[] contexts)
          add the creation contexts to this report
 

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