|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationState | |
---|---|
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 ValidationState in org.eclipse.wst.validation |
---|
Methods in org.eclipse.wst.validation with parameters of type ValidationState | |
---|---|
void |
AbstractValidator.clean(IProject project,
ValidationState state,
IProgressMonitor monitor)
A call back method that lets the validator know that the project is being cleaned. |
ValidationResult |
AbstractValidator.validate(IResource resource,
int kind,
ValidationState state,
IProgressMonitor monitor)
Validate the resource. |
ValidationResult |
AbstractValidator.validate(ValidationEvent event,
ValidationState state,
IProgressMonitor monitor)
Validate the resource. |
void |
Validator.validationFinishing(IProject project,
ValidationState state,
IProgressMonitor monitor)
This method will be called when validation is complete. |
void |
Validator.V1.validationFinishing(IProject project,
ValidationState state,
IProgressMonitor monitor)
|
void |
Validator.V2.validationFinishing(IProject project,
ValidationState state,
IProgressMonitor monitor)
|
void |
AbstractValidator.validationFinishing(IProject project,
ValidationState state,
IProgressMonitor monitor)
This method will be called when validation is complete. |
void |
IValidatorGroupListener.validationFinishing(IResource resource,
IProgressMonitor monitor,
ValidationState state)
If the validationStarting method was called on the resource, then this method will be called after the last validator has processed the resource. |
void |
Validator.validationStarting(IProject project,
ValidationState state,
IProgressMonitor monitor)
This method will be called before any validation takes place. |
void |
Validator.V2.validationStarting(IProject project,
ValidationState state,
IProgressMonitor monitor)
|
void |
AbstractValidator.validationStarting(IProject project,
ValidationState state,
IProgressMonitor monitor)
This method is called before any validation takes place. |
void |
IValidatorGroupListener.validationStarting(IResource resource,
IProgressMonitor monitor,
ValidationState state)
This is called before the first validator in the group that is interested in the resource is called. |
Uses of ValidationState in org.eclipse.wst.validation.internal.provisional.core |
---|
Methods in org.eclipse.wst.validation.internal.provisional.core with parameters of type ValidationState | |
---|---|
void |
IValidatorExtender.validationFinishing(IProject project,
ValidationState state,
IProgressMonitor monitor)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |