|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IReporter | |
---|---|
org.eclipse.wst.validation | A framework for calling validators that are build based. |
org.eclipse.wst.validation.internal.provisional.core | An earlier framework for calling validators that are build based. |
Uses of IReporter in org.eclipse.wst.validation |
---|
Classes in org.eclipse.wst.validation that implement IReporter | |
---|---|
class |
ReporterHelper
This is a temporary class to ease the transition from the previous validation framework. |
Methods in org.eclipse.wst.validation that return IReporter | |
---|---|
IReporter |
ValidationResult.getReporter(IProgressMonitor monitor)
Answer an IReporter for handing error messages. |
IReporter |
ValidationFramework.getReporter(IProject project,
IProgressMonitor monitor)
|
Uses of IReporter in org.eclipse.wst.validation.internal.provisional.core |
---|
Methods in org.eclipse.wst.validation.internal.provisional.core with parameters of type IReporter | |
---|---|
void |
IValidator.cleanup(IReporter reporter)
Perform any resource cleanup once validation is complete. |
void |
IValidator.validate(IValidationContext helper,
IReporter reporter)
This is the method which performs the validation on the objects. |
IStatus |
IValidatorJob.validateInJob(IValidationContext helper,
IReporter reporter)
This is the method which performs the validation on the objects. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |