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

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

Uses of MutableWorkspaceSettings in org.eclipse.wst.validation
 

Methods in org.eclipse.wst.validation that return MutableWorkspaceSettings
 MutableWorkspaceSettings ValidationFramework.getWorkspaceSettings()
          Answer the validation settings that have been defined at the workspace level.
 

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