Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



Uses of Class
org.eclipse.wst.validation.ValidationState

Packages that use ValidationState
org.eclipse.wst.validation A 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.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.
 




 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire