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

Packages that use MutableProjectSettings
org.eclipse.wst.validation A framework for calling validators that are build based. 
 

Uses of MutableProjectSettings in org.eclipse.wst.validation
 

Methods in org.eclipse.wst.validation that return MutableProjectSettings
 MutableProjectSettings ValidationFramework.getProjectSettings(IProject project)
          Answer the validation settings that have been defined on the project.
 

Methods in org.eclipse.wst.validation with parameters of type MutableProjectSettings
 void ValidationFramework.applyChanges(MutableProjectSettings settings, boolean persist)
          Apply the changes that have been been to the validation settings.