Bug 424405 - Make DisabledResourceManager.isDisabled() public API
Summary: Make DisabledResourceManager.isDisabled() public API
Status: NEW
Alias: None
Product: WTP Common Tools
Classification: WebTools
Component: wst.validation (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: wst.validation CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 424340
  Show dependency tree
 
Reported: 2013-12-19 02:34 EST by Kaloyan Raev CLA
Modified: 2013-12-19 02:46 EST (History)
0 users

See Also:


Attachments
patch (1.87 KB, patch)
2013-12-19 02:46 EST, Kaloyan Raev CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kaloyan Raev CLA 2013-12-19 02:34:59 EST
In PDT we are working on bug 424340 that takes advantage of the capabilities of the WTP Validation Framework for disabling the validation on resource level. 

There are public API methods in the ValidationFramework class for enabling and disabling the validation for an IResource, but there is none provided to test if the validation for a resource is disabled.

This request is to expose the internal DisabledResourceManager.isDisabled() method as public API in the ValidationFramework class.
Comment 1 Kaloyan Raev CLA 2013-12-19 02:46:36 EST
Created attachment 238459 [details]
patch

This contribution complies with http://www.eclipse.org/legal/CoO.php