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