Spring IDE's project validator
The SpringProject validator implements the interface org.springframework.ide.eclipse.core.project.IProjectBuilder and is added to Spring IDE's generic project builder. The interface's method build() is called for every Spring BeansConfig file which was modified. Within the project validator's implementation of this method the validation of the corresponding BeansConfig file is performed via the BeansConfigValidator.
See also: SpringProject , SpringProjectBuilder, BeansConfigValidator
Download in other formats:
